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

IParameterViewModel.IsExpression Property

Specifies whether a parameter has the Expression type.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

bool IsExpression { get; set; }

Property Value

Type Description
Boolean

true, if the parameter has the Expression type; otherwise, false.

Remarks

If this property is set to true, the IParameterViewModel.Expression property specifies the expression itself.

See Also