Skip to main content

SelectQuery.Groups Property

Provides access to all groups specified for the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public IList<Group> Groups { get; }

Property Value

Type Description
IList<Group>

A collection of Group objects.

See Also