Class Textarea
- Namespace
- Dynamicweb.CoreUI.Editors.Inputs
- Assembly
- Dynamicweb.CoreUI.dll
public class Textarea : EditorBase<string>, IEditorWithLengthLimit, IToggleableEditor
- Inheritance
-
Textarea
- Implements
- Inherited Members
- Extension Methods
Properties
MaximumLength
public int? MaximumLength { get; }
Property Value
- int?
MinimumLength
public int? MinimumLength { get; }
Property Value
- int?
Rows
public int Rows { get; set; }
Property Value
ShowToggle
public bool ShowToggle { get; set; }