DataFormMultilineItem.MaxCharacterCountOverflowMode Property
In This Article
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
C#
public OverflowMode MaxCharacterCountOverflowMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Overflow |
None | The behavior of the Data |
Available values:
Name | Description |
---|---|
None | Do not limit the input of new characters. |
Limit |
Restricts the input of new characters. |
See Also