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

GroupingInfoList Class

OBSOLETE

This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.

Obsolete. Use the corresponding functionality of the SelectQuery class instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[Obsolete("This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.")]
public sealed class GroupingInfoList :
    List<GroupingInfo>

The following members return GroupingInfoList objects:

Inheritance

Object
List<GroupingInfo>
GroupingInfoList
See Also