IDateEditSettings.MaskProperties Property
Allows you to define mask properties.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.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