Skip to main content

GridGroupSummaryItemCollection(BaseView) Constructor

Creates a new GridGroupSummaryItemCollection object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridGroupSummaryItemCollection(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView descendant specifying the View that will own the summary item collection.

Remarks

The constructor is called automatically by Views when they initialize their GridView.GroupSummary property value.

See Also