XPObjectSource.GroupFilter Property
In This Article
Specifies the CriteriaOperator containing grouped/aggregated columns.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[Browsable(false)]
public CriteriaOperator GroupFilter { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#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