Skip to main content
All docs
V23.2

MaskManager.RegisteredTypeInfos(Type) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static IEnumerable<MaskManager.TypeInfo> RegisteredTypeInfos(
    Type managerType
)

Parameters

Name Type
managerType Type

Returns

Type
IEnumerable<DevExpress.Data.Mask.MaskManager.TypeInfo>
See Also