INumericTokenValidationRule
Interface
Interface for numeric token validation rules.
Definition
Namespace:Telerik.Windows.Controls.MaskedInput.Tokens.Numeric
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public interface INumericTokenValidationRule : ITokenValidationRule
Derived Classes:
Inherited Members
Properties
Gets a value indicating whether the token allows precision.
C#
bool AllowsPrecision { get; }