Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MaskEditingFieldEditorModel.MaskMode Property

Namespace: DevExpress.Blazor.Reporting.EditingFields

Assembly: DevExpress.Blazor.v24.2.Viewer.dll

NuGet Package: DevExpress.Blazor.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.

Numeric

The component activates the Numeric mask type.

DateTime

The component activates the Date-time mask type.

RegEx

The component activates the Regular Expression mask type.

Text

The component activates the Text mask type.

DateTimeOffset

The component activates the Date-time Offset mask type.

TimeSpan

The component activates the Time Span mask type.

DateOnly

The component activates the DateOnly mask type.

TimeOnly

The component activates the TimeOnly mask type.

See Also