Click or drag to resize

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; }

Property Value

Type: Char
Remarks
This is useful when the DecimalCharacter is localized but you still want to allow alternate characters
See Also