Interface INumericTokenValidationRule
Interface for numeric token validation rules.
Inherited Members
Namespace: Telerik.Windows.Controls.MaskedInput.Tokens.Numeric
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public interface INumericTokenValidationRule : ITokenValidationRule
Properties
AllowsPrecision
Gets a value indicating whether the token allows precision.
Declaration
bool AllowsPrecision { get; }
Property Value
System.Boolean
|