Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelColumnSummaryItem.SummaryType Property

Specifies the function that calculates a value over all records within the current column (total summary).

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

SummaryType SummaryType { get; set; }

Property Value

Type Description
SummaryType

A SummaryType enumeration value specifying the function that calculates a value over all records within the current column (total summary).

Remarks

This property is considered by a grid control that visualizes the current List View in a Windows Forms application.

The total summary value is displayed within the grid footer under the column, if the List View node’s IModelListView.IsFooterVisible property is set to true.

By default, this property is set to SummaryType.None.

See Also