OverflowMode Enum
Lists values that specify that the editor contains the maximum number of characters.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public enum OverflowMode
Members
Name | Description |
---|---|
None
|
Do not limit the input of new characters. |
LimitInput
|
Restricts the input of new characters. |
Related API Members
The following properties accept/return OverflowMode values:
See Also