Class TextAreaComponent
Represents a text area form component.
public class TextAreaComponent : FormComponent<TextAreaProperties, string>
- Inheritance
-
objectTextAreaComponent
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the TextAreaComponent identifier.
public const string IDENTIFIER = "Kentico.TextArea"
Field Value
- string
Properties
LabelForPropertyName
Gets name of the Value property.
public override string LabelForPropertyName { get; }
Property Value
- string
Value
Represents the input value in the resulting HTML.
public string Value { get; set; }
Property Value
- string
Methods
GetValue()
Gets the Value.
public override string GetValue()
Returns
- string
SetValue(string)
Sets the Value.
public override void SetValue(string value)
Parameters
value
string