Skip to main content
A newer version of this page is available. .

SelectStatement.GroupProperties Property

Provides access to the CriteriaOperatorCollection that specifies the columns by which the result of the current SelectStatement should be grouped.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public CriteriaOperatorCollection GroupProperties { get; }

Property Value

Type Description
CriteriaOperatorCollection

A CriteriaOperatorCollection that specifies the columns by which the result of the current SelectStatement should be grouped.

See Also