maui-devexpress-dot-maui-dot-editors-d514cc6d.md
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
public enum OverflowMode
| Name | Description |
|---|---|
None |
Do not limit the input of new characters.
|
| LimitInput |
Restricts the input of new characters.
|
The following properties accept/return OverflowMode values:
YieldIfNotNull<OverflowMode>()
See Also