Table of Contents

Class DecimalNumberInputClientProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the client properties of DecimalNumberInputComponent.

public sealed class DecimalNumberInputClientProperties : FormComponentClientProperties<decimal?>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
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