Click or drag to resize

IMaskedTextProviderEditPositions Property

Gets an enumeration of all valid edit positions in the mask.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<int> EditPositions { get; }

Property Value

Type: IEnumerableInt32
The valid edit positions.
See Also