Skip to main content
All docs
V24.1

MaskManager.RegisteredTypeInfos(Type) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v24.1.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