AggregateOperand.Condition Property
Gets or sets the filter criteria which is applied to AggregateOperand values.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn’t needed. |
See Also