Skip to main content

GridGroupSummarySortInfoCollection(GridDataProviderBase) Constructor

In This Article

Initializes a new instance of the GridGroupSummarySortInfoCollection class.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridGroupSummarySortInfoCollection(
    GridDataProviderBase owner
)

#Parameters

Name Type Description
owner DevExpress.Xpf.Data.GridDataProviderBase

The collection owner.

See Also