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

GridSummaryItem() Constructor

Creates a new GridSummaryItem object with default settings.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

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