Skip to main content
All docs
V23.2

MaskManager.GetName(Object, Type, String) Method

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static string GetName(
    object dataKey,
    Type managerType,
    string signature = null
)

Parameters

Name Type
dataKey Object
managerType Type

Optional Parameters

Name Type Default
signature String null

Returns

Type
String
See Also