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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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