Skip to main content
All docs
V23.2

CustomTextMaskManager(EventHandler<CustomTextMaskInputArgs>, Object) Constructor

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

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[MaskManager.Parameters("DevExpress.Data.v23.2, 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