Back to Devexpress

SummaryMode Enum

corelibraries-devexpress-dot-data-9bd2554b.md

latest1.7 KB
Original Source

SummaryMode Enum

Contains values that specify how summaries are calculated - against all rows or for the selected rows.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum SummaryMode
vb
Public Enum SummaryMode

Members

NameDescription
AllRows

Calculate a summary against all rows.

| | Selection |

Calculate a summary against the selection.

| | Mixed |

Mixed mode. If a single row is selected, calculate a summary against all rows. If 2 or more rows are selected, calculate the summary against the selection.

| | ListSourceRows | |

The following properties accept/return SummaryMode values:

LibraryRelated API Members
Cross-Platform Class LibraryCustomSummaryEventArgs.Mode
WinForms ControlsGridGroupSummaryItem.Mode
GridSummaryItem.Mode

Remarks

In the Data Grid control, use the GridSummaryItem.Mode property to specify summary calculation mode.

See Also

GridSummaryItem.Mode

DevExpress.Data Namespace