Skip to main content

DataFormPasswordItem.MaxCharacterCountOverflowMode Property

Gets or sets the behavior of the DataFormPasswordItem when it contains the maximum number of characters.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public OverflowMode MaxCharacterCountOverflowMode { get; set; }

Property Value

Type Default Description
OverflowMode None

The behavior of the DataFormPasswordItem when it contains the maximum number of characters.

Available values:

Name Description
None

Do not limit the input of new characters.

LimitInput

Restricts the input of new characters.

See Also