Class HeadlessContentTabClientProperties
Properties of content tab template of the headless item.
public sealed class HeadlessContentTabClientProperties : TemplateClientProperties
- Inheritance
-
objectHeadlessContentTabClientProperties
- Inherited Members
- Extension Methods
Properties
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
Property Value
- bool
HeadlessItemState
Current headless item state.
public HeadlessItemState HeadlessItemState { get; set; }
Property Value
Items
List of items for the headless items.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>