Skip to main content

IParameterViewModel.IsExpression Property

Specifies whether a parameter has the Expression type.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.dll

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

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