Class TextInputProperties
Represents properties of a TextInputComponent.
public class TextInputProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>TextInputProperties
- Inherited Members
- Extension Methods
Constructors
TextInputProperties()
Initializes a new instance of the TextInputProperties class.
public TextInputProperties()
Remarks
The constructor initializes the base class to data type Text and size 500.
Properties
DefaultValue
Gets or sets the default value of the form component and underlying field.
[DefaultValueEditingComponent("Kentico.TextInput")]
public override string DefaultValue { get; set; }
Property Value
- string
Placeholder
Gets or sets the value displayed as placeholder in the input.
[EditingComponent("Kentico.TextInput", Label = "{$kentico.formbuilder.placeholder.label$}")]
public override string Placeholder { get; set; }
Property Value
- string