Skip to main content

GridGroupSummaryItem() Constructor

Creates a new GridGroupSummaryItem object with default settings.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridGroupSummaryItem()

Remarks

The new group summary item should be added to the desired View’s GridView.GroupSummary collection in order to take effect.

See Also