Skip to main content
All docs
V23.2

MaskManager.RegisterMaskManagerType(Type, Type) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static MaskManager.TypeInfo RegisterMaskManagerType(
    Type dataType,
    Type managerType
)

Parameters

Name Type
dataType Type
managerType Type

Returns

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