Skip to main content
All docs
V25.1
  • MaskManager.GetName(Object, Type, String) Method

    Namespace: DevExpress.Data.Mask

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