Class EditFormGroup
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents an edit form group.
[Obsolete("Do not use")]
public class EditFormGroup
- Inheritance
-
EditFormGroup
- Inherited Members
Constructors
EditFormGroup()
Initializes a new instance of an object.
public EditFormGroup()
EditFormGroup(string)
Initializes a new instance of an object.
public EditFormGroup(string name)
Parameters
name
string- Group name (label).
Properties
CollapsibleState
public LayoutGroupMetadata.GroupCollapsibleState CollapsibleState { get; set; }
Property Value
Id
Gets or sets the unique identifier of this group.
public string Id { get; set; }
Property Value
Name
Gets or sets the field name (label).
public string Name { get; set; }
Property Value
VisibilityCondition
Gets or sets visibility condition operator.
public string VisibilityCondition { get; set; }
Property Value
VisibilityConditionValue
Gets or sets visibility condition value.
public string VisibilityConditionValue { get; set; }
Property Value
VisibilityField
Gets or sets visibility of group.
public string VisibilityField { get; set; }
Property Value
VisibilityFieldType
Gets or sets type of field visibility based on.
public string VisibilityFieldType { get; set; }
Property Value
Visible
Gets or sets visibility of group.
public bool Visible { get; set; }