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

GridGroupSummarySortInfoCollection(GridDataProviderBase) Constructor

Initializes a new instance of the GridGroupSummarySortInfoCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public GridGroupSummarySortInfoCollection(
    GridDataProviderBase owner
)

Parameters

Name Type Description
owner DevExpress.Xpf.Data.GridDataProviderBase

The collection owner.

See Also