IParameterEditorService.GetDisplayNameByParameterType(String, Type) Method
Returns the display name for the specified parameter type.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v26.1.dll
Declaration
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