Skip to main content
All docs
V23.2

EditingFieldModelFactory.RegisterMaskEditor(String, MaskEditorOptions) Method

Registers a custom mask editor for report editing fields.

Namespace: DevExpress.Blazor.Reporting.EditingFields

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public void RegisterMaskEditor(
    string name,
    MaskEditorOptions options
)

Parameters

Name Type Description
name String

The editor name.

options MaskEditorOptions

An object that specifies the mask type and expression.

See Also