MaskManager.Create(Type, Type, IEnumerable<Tuple<String, Type, Object>>) Method
Namespace: DevExpress.Data.Mask
Assembly: DevExpress.Data.v24.1.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