Skip to main content

IParameterEditorService.GetParameterTypes(String) Method

Returns available parameter types.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

Dictionary<Type, string> GetParameterTypes(
    string contextName
)

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