Skip to main content
A newer version of this page is available. .

IParameterEditorService.GetDisplayNameByParameterType(String, Type) Method

Returns the display name for the specified parameter type.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.dll

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