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

ExpressionEditorContext.Parameters Property

Provides access to the collection of parameters available in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public List<ParameterInfo> Parameters { get; }

Property Value

Type Description
List<ParameterInfo>

A collection of ParameterInfo objects.

See Also