Back to Devexpress

MaskEditingFieldEditorModel.MaskMode Property

xtrareports-devexpress-dot-blazor-dot-reporting-dot-editingfields-dot-maskeditingfieldeditormodel.md

latest2.4 KB
Original Source

MaskEditingFieldEditorModel.MaskMode Property

Namespace : DevExpress.Blazor.Reporting.EditingFields

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

NuGet Package : DevExpress.Blazor.Viewer

Declaration

csharp
public MaskMode MaskMode { get; set; }
vb
Public Property MaskMode As MaskMode

Property Value

Type
MaskMode

Available values:

NameDescription
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

MaskEditingFieldEditorModel Class

MaskEditingFieldEditorModel Members

DevExpress.Blazor.Reporting.EditingFields Namespace