SummaryMode Enum
In This Article
Contains values that specify how summaries are calculated - against all rows or for the selected rows.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
All
|
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. |
#Related API Members
The following properties accept/return SummaryMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Custom |
Win |
Grid |
Grid |
#Remarks
In the Data Grid control, use the GridSummaryItem.Mode property to specify summary calculation mode.
See Also