Skip to main content

GroupingInfoList(GroupingInfoList) Constructor

Initializes a new instance of the GroupingInfoList class based on the existing GroupingInfoList object.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public GroupingInfoList(
    GroupingInfoList other
)

Parameters

Name Type Description
other GroupingInfoList

A GroupingInfoList object.

See Also