EditingFieldModelFactory.RegisterMaskEditor(String, MaskEditorOptions) Method
Registers a custom mask editor for report editing fields.
Namespace: DevExpress.Blazor.Reporting.EditingFields
Assembly: DevExpress.Blazor.v25.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Viewer
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The editor name. |
| options | MaskEditorOptions | An object that specifies the mask type and expression. |
See Also