Back to Devexpress

OverflowMode Enum

maui-devexpress-dot-maui-dot-editors-d514cc6d.md

latest2.2 KB
Original Source

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

csharp
public enum OverflowMode

Members

NameDescription
None

Do not limit the input of new characters.

| | LimitInput |

Restricts the input of new characters.

|

The following properties accept/return OverflowMode values:

Extension Methods

Yield<OverflowMode>()

YieldIfNotNull<OverflowMode>()

See Also

DevExpress.Maui.Editors Namespace