Skip to main content
A newer version of this page is available. .
All docs
V21.1

MaskEditingFieldEditorModel.MaskMode Property

Namespace: DevExpress.Blazor.Reporting.EditingFields

Assembly: DevExpress.Blazor.Reporting.v21.1.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public MaskMode MaskMode { get; set; }

Property Value

Type
MaskMode

Available values:

Name Description
Auto

The component activates a mask type based on the Value data type.

RegEx

The component activates the Regular Expression mask type.

Text

The component activates the Text mask type.

DateTime

The component activates the Date-time mask type.

Numeric

The component activates the Numeric mask type.

See Also