Skip to main content

Group Class

Specifies the grouping options of a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public sealed class Group

The following members return Group objects:

Remarks

A Group object is returned by the SelectQuery.GroupBy and SelectQuery.GroupByExpression methods.

To access all groups corresponding to a specific query, use the SelectQuery.Groups property.

Inheritance

Object
Group
See Also