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

IParameterViewModel.Expression Property

Specifies a parameter’s expression.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v19.1.dll

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