Table of Contents

Class ContentTabClientProperties

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

Properties of content tab page template.

public class ContentTabClientProperties : TemplateClientProperties
Inheritance
object
ContentTabClientProperties
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; }

Property Value

WebPageState