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

GroupSummarySortInfoCollection(GridView) Constructor

Initializes a new instance of the GroupSummarySortInfoCollection class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GroupSummarySortInfoCollection(
    GridView view
)

Parameters

Name Type Description
view GridView

A GridView object or descendant representing the View that will own the collection. This value is assigned to the GroupSummarySortInfoCollection.View property.

Remarks

This constructor is automatically called when the GridView or a descendant initializes its GridView.GroupSummarySortInfo property.

See Also