Table of Contents

Interface IFormCategoryClientProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the system properties of a form category.

public interface IFormCategoryClientProperties : IFormItemClientProperties
Extension Methods

Properties

Collapsible

Gets or sets whether the form category is collapsible.

bool? Collapsible { get; set; }

Property Value

bool?

IsCollapsed

Gets or sets whether the form category is collapsed on first render.

bool? IsCollapsed { get; set; }

Property Value

bool?

Title

Gets or sets the form category title.

string Title { get; set; }

Property Value

string

Tooltip

Gets or sets the tooltip of the form component.

string Tooltip { get; set; }

Property Value

string