Class TextAreaComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the TextArea form component will be used for editing of this property value in the administration interface.
public class TextAreaComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeTextAreaComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'string'.
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
Remarks
Default value is 5.
MinRowsNumber
Minimum number of rows.
public int MinRowsNumber { get; set; }
Property Value
- int
Remarks
Default value is 3.
WatermarkText
Placeholder displayed in the text area.
public string WatermarkText { get; set; }
Property Value
- string