Skip to main content
All docs
V23.2

MaskManager.Create(Type, Type, IEnumerable<Tuple<String, Type, Object>>) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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