Class ContentTabClientProperties
Properties of content tab page template.
public class ContentTabClientProperties : TemplateClientProperties
- Inheritance
-
objectContentTabClientProperties
- Inherited Members
- Extension Methods
Properties
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Items
List of items for the page.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
WebPageState
Current web page state.
public WebPageState WebPageState { get; set; }