Class ContentTabClientProperties
Properties of content tab page template.
public class ContentTabClientProperties : WebPageBaseClientProperties
- Inheritance
-
objectContentTabClientProperties
- Inherited Members
- Extension Methods
Constructors
ContentTabClientProperties()
public ContentTabClientProperties()
Properties
Disabled
Indicates whether the form is disabled.
[Obsolete("Use EditMode instead.")]
public bool Disabled { get; set; }
Property Value
- bool
EditMode
Edit mode of the page.
public FormEditMode EditMode { get; set; }
Property Value
Items
List of items for the page.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>