DataFormTextEditorAttribute.MaxCharacterCount Property
Gets or sets the maximum number of characters that users can input in the TextEditBase and its descendants.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int MaxCharacterCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The maximum number of characters that users can input in the TextEditBase and its descendants. |
See Also