Class TokenTypes
Specifies the type of a mask token.
Inheritance
System.Object
TokenTypes
Namespace: Telerik.Windows.Controls.MaskedInput.Tokens
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class TokenTypes : Enum
Fields
AlphaNumeric
AlphaNumeric token type.
Declaration
public const TokenTypes AlphaNumeric
Field Value
Remarks
This is usually used in numeric and text masks.
Date
DateTune token type.
Declaration
public const TokenTypes Date
Field Value
Remarks
This is usually used in date time masks.
Modifier
Modifier toke type.
Declaration
public const TokenTypes Modifier
Field Value
Remarks
Modifier tokens influence the input's formatting.
value__
Declaration
public int value__
Field Value
System.
|