Skip to main content

IParameterViewModel.Expression Property

Specifies a parameter’s expression.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

Expression Expression { get; }

Property Value

Type Description
Expression

An Expression object.

Remarks

This property is in effect if the IParameterViewModel.IsExpression property is set to true.

See Also