Back to Devexpress

DataFormTextEditorAttribute.MaxCharacterCountOverflowMode Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformtexteditorattribute-22d3fd4d.md

latest1.2 KB
Original Source

DataFormTextEditorAttribute.MaxCharacterCountOverflowMode Property

Gets or sets the behavior of the DataFormTextItem when it contains the maximum number of characters.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public OverflowMode MaxCharacterCountOverflowMode { get; set; }

Property Value

TypeDescription
OverflowMode

The behavior of the DataFormTextItem when it contains the maximum number of characters.

|

Available values:

NameDescription
None

Do not limit the input of new characters.

| | LimitInput |

Restricts the input of new characters.

|

See Also

DataFormTextEditorAttribute Class

DataFormTextEditorAttribute Members

DevExpress.Maui.DataForm Namespace