Skip to main content
All docs
V26.1
  • MaskManager.Create(Type, Type, IEnumerable<Tuple<String, Type, Object>>) Method

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public static MaskManager Create(
        Type propertyType,
        Type maskManagerType,
        IEnumerable<Tuple<string, Type, object>> parameters
    )

    Parameters

    Name Type
    propertyType Type
    maskManagerType Type
    parameters IEnumerable<Tuple<String, Type, Object>>

    Returns

    Type
    MaskManager
    See Also