Class DecimalNumberInputClientProperties
Represents the client properties of DecimalNumberInputComponent.
public sealed class DecimalNumberInputClientProperties : FormComponentClientProperties<decimal?>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<decimal?>DecimalNumberInputClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
Delimiter
Represents the delimiter separating the integer and fractional parts of the number.
public string Delimiter { get; set; }
Property Value
- string