Class IntInputProperties
Represents properties of a IntInputComponent.
public class IntInputProperties : FormComponentProperties<int?>
- Inheritance
-
objectFormComponentProperties<int?>IntInputProperties
- Inherited Members
- Extension Methods
Constructors
IntInputProperties()
Initializes a new instance of the IntInputProperties class.
public IntInputProperties()
Remarks
The constructor initializes the base class to data type Integer.
Properties
DefaultValue
Gets or sets the default value of the form component and underlying field.
[DefaultValueEditingComponent("Kentico.IntInput")]
public override int? DefaultValue { get; set; }
Property Value
- int?
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