IParameterViewModel.IsExpression Property
Specifies whether a parameter has the Expression type.
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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