GridGroupSummaryItemCollection(BaseView) Constructor
Creates a new GridGroupSummaryItemCollection object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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