Class TextareaComponent
Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll
Represents a textarea form component.
public class TextareaComponent : FormDataComponent, INgModelOptions, IHasMaxLength
Inheritance
object ← FormComponent ← FormDataComponent ← TextareaComponent
Implements
INgModelOptions, IHasMaxLength
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<TextareaComponent>(TextareaComponent)
Constructors
TextareaComponent()
public TextareaComponent()
Properties
ClientReadOnly
Gets or sets the client-side read-only rule for the textarea.
public string ClientReadOnly { get; set; }
Property Value
MaxLength
Gets or sets the maximum length of the textarea.
public string MaxLength { get; set; }
Property Value
Placeholder
Gets or sets the placeholder text for the textarea.
public string Placeholder { get; set; }
Property Value
ReadOnly
Gets or sets the read-only rule for the textarea.
public ReadOnlyRule ReadOnly { get; set; }
Property Value
Rows
Gets or sets the number of rows for the textarea.
public int Rows { get; set; }