Skip to main content

GroupSummarySortInfoCollection(GridView) Constructor

Initializes a new instance of the GroupSummarySortInfoCollection class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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