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

GridGroupSummaryItemCollection(BaseView) Constructor

Creates a new GridGroupSummaryItemCollection object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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