CustomTextMaskManager(EventHandler<CustomTextMaskInputArgs>, Object) Constructor
Initializes a new instance of the CustomTextMaskManager class with specified settings.
Namespace: DevExpress.Data.Mask
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[MaskManager.Parameters("DevExpress.Data.v24.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")] object tag = null
)
Parameters
Name | Type |
---|---|
handler | EventHandler<CustomTextMaskInputArgs> |
Optional Parameters
Name | Type | Default |
---|---|---|
tag | Object | null |
See Also