Skip to main content

IParameterEditorService.GetDisplayNameByParameterType(String, Type) Method

Returns the display name for the specified parameter type.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

string GetDisplayNameByParameterType(
    string contextName,
    Type type
)

Parameters

Name Type Description
contextName String

A String that specifies the current context.

type Type

A Type object that specifies parameter type.

Returns

Type Description
String

A String that specifies the type’s display name.

See Also