Table of Contents

Class HeadlessContentTabClientProperties

Namespace
Kentico.Xperience.Admin.Headless.UIPages
Assembly
Kentico.Xperience.Admin.Headless.dll

Properties of content tab template of the headless item.

public sealed class HeadlessContentTabClientProperties : TemplateClientProperties
Inheritance
object
HeadlessContentTabClientProperties
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

HeadlessItemState

Items

List of items for the headless items.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>