JoinOperand.AggregatedExpression Property
In This Article
Gets or sets the aggregated expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CriteriaOperator AggregatedExpression { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
See Also