Skip to main content

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

public OverflowMode MaxCharacterCountOverflowMode { get; set; }

Property Value

Type Description
OverflowMode

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

Available values:

Name Description
None

Do not limit the input of new characters.

LimitInput

Restricts the input of new characters.

See Also