Skip to main content
All docs
V25.2
  • 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

    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