GridGroupSummaryItemCollection(BaseView) Constructor
Creates a new GridGroupSummaryItemCollection object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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