IParameterEditorService.GetParameterTypes(String) Method
Returns available parameter types.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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