XPObjectSource.GroupFilter Property
Specifies the CriteriaOperator containing grouped/aggregated columns.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator containing grouped/aggregated columns. |
Remarks
Has effect when the XPObjectSource.Properties collection is not empty, and at least one collection item has the XPObjectSourceProperty.Group property set to true.
See Also