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