IParameterEditorService.GetParameterTypes(String) Method
Returns available parameter types.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| contextName | String | A String that specifies the current context. |
Returns
| Type | Description |
|---|---|
| Dictionary<Type, String> | A dictionary that specifies available parameter types along with their display names. |
See Also