Class MaskedTextResultHint
Contains values for the MaskFormat enumeration that describes why the input character was rejected.
Inheritance
System.Object
MaskedTextResultHint
Namespace: Syncfusion.XForms.MaskedEdit
Assembly: Syncfusion.SfMaskedEdit.XForms.dll
Syntax
public sealed class MaskedTextResultHint : Enum
Fields
AlphanumericCharacterExpected
Operation failed. An input character was encountered that was not alphanumeric.
Declaration
public const MaskedTextResultHint AlphanumericCharacterExpected
Field Value
Type |
---|
MaskedTextResultHint |
DigitExpected
Operation failed. An input character was encountered that was not a digit.
Declaration
public const MaskedTextResultHint DigitExpected
Field Value
Type |
---|
MaskedTextResultHint |
LetterExpected
Operation failed. An input character was encountered that was not a letter.
Declaration
public const MaskedTextResultHint LetterExpected
Field Value
Type |
---|
MaskedTextResultHint |
SignedDigitExpected
Operation failed. An input character was encountered that was not a signed digit.
Declaration
public const MaskedTextResultHint SignedDigitExpected
Field Value
Type |
---|
MaskedTextResultHint |
UnavailableEditPosition
Operation failed. There were not enough edit positions available to fulfill the request.
Declaration
public const MaskedTextResultHint UnavailableEditPosition
Field Value
Type |
---|
MaskedTextResultHint |