DataFormPasswordEditorAttribute.MaxCharacterCount Property
Gets or sets the maximum number of characters that users can input in the PasswordEdit.
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. |
See Also