Skip to main content
All docs
V23.2

MaskManager.ResolveMaskManagerType(Object, Func<Type>, AnnotationAttributes) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static Type ResolveMaskManagerType(
    object dataKey,
    Func<Type> getDataType,
    AnnotationAttributes annotationAttributes
)

Parameters

Name Type
dataKey Object
getDataType Func<Type>
annotationAttributes DevExpress.Data.Utils.AnnotationAttributes

Returns

Type
Type
See Also