Skip to main content
All docs
V25.1
  • CustomTextMaskManager(EventHandler<CustomTextMaskInputArgs>, Object) Constructor

    Initializes a new instance of the CustomTextMaskManager class with specified settings.

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    [MaskManager.Parameters("DevExpress.Data.v25.1, DevExpress.Data.Mask.CustomTextMaskManager", "Mask for custom text input")]
    public CustomTextMaskManager(
        [MaskManager.Parameter("handler",
        null,
        Visibility = MaskManager.ParameterVisibility.Advanced)] EventHandler<CustomTextMaskInputArgs> handler,
        [MaskManager.Parameter("tag",
        "Tag"),
        DefaultValue(null)] object tag = null
    )

    Parameters

    Name Type
    handler EventHandler<CustomTextMaskInputArgs>

    Optional Parameters

    Name Type Default
    tag Object null
    See Also