Table of Contents

Class TextAreaClientProperties

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

Represents client properties of a TextAreaComponent.

public class TextAreaClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
TextAreaClientProperties
Implements
Inherited Members
Extension Methods

Properties

CopyButtonVisible

Describes whether Copy button should be visible.

public bool CopyButtonVisible { get; set; }

Property Value

bool

MaxRowsNumber

Maximum number of rows.

public int MaxRowsNumber { get; set; }

Property Value

int

MinRowsNumber

Minimum number of rows.

public int MinRowsNumber { get; set; }

Property Value

int

WatermarkText

Placeholder displayed in textarea.

public string WatermarkText { get; set; }

Property Value

string