Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource.GroupFilter Property

Specifies the CriteriaOperator containing grouped/aggregated columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Browsable(false)]
public CriteriaOperator GroupFilter { get; set; }

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