Class EmailInputProperties
Represents properties of a EmailInputComponent.
public class EmailInputProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>EmailInputProperties
- Inherited Members
- Extension Methods
Constructors
EmailInputProperties()
Initializes a new instance of the EmailInputProperties class.
public EmailInputProperties()
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.
[EmailValidationRule(AllowMultipleAddresses = false)]
[DefaultValueEditingComponent("Kentico.EmailInput")]
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