Table of Contents

Class FormCategoryClientProperties

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

Represents the properties of a form category.

public class FormCategoryClientProperties : IFormCategoryClientProperties, IFormItemClientProperties
Inheritance
object
FormCategoryClientProperties
Implements
Extension Methods

Properties

Collapsible

Gets or sets whether the form category is collapsible.

public bool? Collapsible { get; set; }

Property Value

bool?

ComponentName

Determine which component should be used on frontend.

public string ComponentName { get; set; }

Property Value

string

IsCollapsed

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

public bool? IsCollapsed { get; set; }

Property Value

bool?

Title

Gets or sets the form category title.

public string Title { get; set; }

Property Value

string

Tooltip

Gets or sets the tooltip of the form component.

public string Tooltip { get; set; }

Property Value

string