Back to Devexpress

DataFormMultilineItem.MaxCharacterCountOverflowMode Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformmultilineitem-b32ed411.md

latest1.3 KB
Original Source

DataFormMultilineItem.MaxCharacterCountOverflowMode Property

Gets or sets the behavior of the DataFormMultilineItem 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

TypeDefaultDescription
OverflowModeNone

The behavior of the DataFormMultilineItem 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

DataFormMultilineItem Class

DataFormMultilineItem Members

DevExpress.Maui.DataForm Namespace