DataFormPasswordItem.MaxCharacterCount Property
Gets or sets the maximum number of characters that users can input in the PasswordEdit. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int MaxCharacterCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The maximum number of characters. |
See Also