Class NumberInputComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the NumberInput form component will be used for editing of this property value in the administration interface.
public class NumberInputComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeNumberInputComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'int'.
Properties
WatermarkText
Placeholder displayed in the number input.
public string WatermarkText { get; set; }
Property Value
- string