GroupingInfoList(GroupingInfoList) Constructor
Initializes a new instance of the GroupingInfoList class based on the existing GroupingInfoList object.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v22.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
other | GroupingInfoList | A GroupingInfoList object. |
See Also