Table of Contents

Class DecimalFormatValidationRuleClientProperties

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

Represents client properties of DecimalFormatValidationRule.

public sealed class DecimalFormatValidationRuleClientProperties : ValidationRuleClientProperties
Inheritance
object
DecimalFormatValidationRuleClientProperties
Inherited Members
Extension Methods

Properties

AllowedDecimalDigits

Gets or sets allowed decimal numbers.

public int AllowedDecimalDigits { get; set; }

Property Value

int

AllowedDecimalDigitsErrorMessage

Gets or sets error message indicating that value has invalid precision.

public string AllowedDecimalDigitsErrorMessage { get; set; }

Property Value

string

AllowedIntegerDigits

Gets or sets allowed full part numbers.

public int AllowedIntegerDigits { get; set; }

Property Value

int

AllowedIntegerDigitsErrorMessage

Gets or sets error message indicating that value has invalid size.

public string AllowedIntegerDigitsErrorMessage { get; set; }

Property Value

string

Delimiter

Gets or sets delimiter separating the integer and fractional parts of the number.

public string Delimiter { get; set; }

Property Value

string

FormatErrorMessage

Gets or sets error message indicating that value has incorrect decimal number format.

public string FormatErrorMessage { get; set; }

Property Value

string