NumericMaskedTextProviderAltDecimalCharacters Property |
Gets or sets the alternate decimal character that can be accepted.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public char[] AltDecimalCharacters { get; set; }
Public Property AltDecimalCharacters As Char()
Get
Set
member AltDecimalCharacters : char[] with get, set
Property Value
Type:
CharRemarks
This is useful when the DecimalCharacter is localized but you still want to allow alternate characters
See Also