Skip to main content
A newer version of this page is available. .
All docs
V21.2

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

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public static MaskManager Create(
    MaskAttributes maskAttributes,
    IEnumerable<Tuple<string, Type, object>> parameters
)

Parameters

Name Type
maskAttributes DevExpress.Data.Mask.Internal.MaskAttributes
parameters IEnumerable<Tuple<String, Type, Object>>

Returns

Type
MaskManager
See Also