Skip to main content

GridSummaryItem() Constructor

Creates a new GridSummaryItem object with default settings.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridSummaryItem()

Remarks

GridSummaryItem objects are created automatically when columns initialize their GridColumn.SummaryItem properties. Thus, you will generally not need to create summary item objects manually. In cases when you need to create summary items yourself, you will need to assign its settings to a column’s summary item. The GridSummaryItem.Assign method should be used for this purpose.

See Also