Skip to main content
All docs
V21.2
  • TextInputMaskSettings.CreateDefaultMaskManager(IMaskProperties) Method

    Returns the default mask manager for the specified mask.

    Namespace: DevExpress.UI.Xaml.Editors

    Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public virtual MaskManager CreateDefaultMaskManager(
        IMaskProperties mask
    )

    Parameters

    Name Type Description
    mask DevExpress.UI.Xaml.Editors.IMaskProperties

    An object implementing the DevExpress.UI.Xaml.Editors.IMaskProperties interface that defines a mask.

    Returns

    Type Description
    MaskManager

    An DevExpress.Data.Mask.MaskManager object that handles the mask.

    See Also