NumericMaskedTextProvider Properties |
The NumericMaskedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowDecimal |
Gets or sets a value indicating that the mask can optionally include a decimal, as specified by the DecimalCharacter.
|
![]() | AllowSign |
Gets or sets a value indicating that the mask can optionally include the sign, as specified by SignCharacters.
|
![]() | AltDecimalCharacters |
Gets or sets the alternate decimal character that can be accepted.
|
![]() | Culture |
Gets or sets the culture of the DecimalCharacter and SignCharacters formatting characters.
|
![]() | DecimalCharacter |
Gets or sets the decimal character when AllowDecimal is true. Default is '.'.
|
![]() | MaskCompleted |
Gets a value indicating whether the mask has all required text to pass its validation.
(Overrides VariableMaskedTextProviderMaskCompleted.) |
![]() | SignCharacters |
Gets or sets the sign characters when AllowSign is true. Default is '+' and '-'.
|
![]() | Validate |
Gets or sets a delegate used to validate the mask.
|