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

GroupingInfoList(GroupingInfoList) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

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

Declaration

public GroupingInfoList(
    GroupingInfoList other
)

Parameters

Name Type Description
other GroupingInfoList

A GroupingInfoList object.

See Also