TextEditBase.MaxCharacterCountOverflowMode Property
Gets or sets the behavior of the TextEditBase descendant when it contains the maximum number of characters.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
public OverflowMode MaxCharacterCountOverflowMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Overflow |
None | The behavior of the Text |
Available values:
Name | Description |
---|---|
None | Do not limit the input of new characters. |
Limit |
Restricts the input of new characters. |