Back to Devexpress

TextEditBase.MaxCharacterCount Property

maui-devexpress-dot-maui-dot-editors-dot-texteditbase-72e1d571.md

latest1.0 KB
Original Source

TextEditBase.MaxCharacterCount Property

Gets or sets the maximum number of characters that users can input in the TextEditBase and its descendants. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public int MaxCharacterCount { get; set; }

Property Value

TypeDefaultDescription
Int320

The maximum number of characters that users can input in the TextEditBase and its descendants.

|

See Also

TextEditBase Class

TextEditBase Members

DevExpress.Maui.Editors Namespace