Skip to main content
All docs
V25.1
  • MaskManager.ResolveMaskManagerType(Object, Func<Type>, AnnotationAttributes) Method

    Namespace: DevExpress.Data.Mask

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