Skip to main content

GridGroupSummarySortInfoCollection(GridDataProviderBase) Constructor

Initializes a new instance of the GridGroupSummarySortInfoCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridGroupSummarySortInfoCollection(
    GridDataProviderBase owner
)

Parameters

Name Type Description
owner DevExpress.Xpf.Data.GridDataProviderBase

The collection owner.

See Also