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.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public GroupingInfoList(
    GroupingInfoList other
)

Parameters

Name Type Description
other GroupingInfoList

A GroupingInfoList object.

See Also