Skip to main content
All docs
V23.2

IDateEditSettings.MaskProperties Property

Allows you to define mask properties.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
RenderFragment MaskProperties { get; set; }

Property Value

Type Description
RenderFragment

The mask properties.

Remarks

Use the MaskProperties property to configure mask settings at runtime. In markup, use the DxDateEditSettings.MaskProperties property instead.

For more information on available mask patterns, refer to the following topic: Masks.

See Also