Skip to main content
All docs
V25.2
  • MaskManager.RegisterMaskManagerType(Object, Type, String) Method

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static MaskManager.TypeInfo RegisterMaskManagerType(
        object dataKey,
        Type managerType,
        string signature
    )

    Parameters

    Name Type
    dataKey Object
    managerType Type
    signature String

    Returns

    Type
    DevExpress.Data.Mask.MaskManager.TypeInfo
    See Also