GridSummaryCalculationMode Enum
Lists the values that specify the DataViewBase.SummaryCalculationMode and SummaryItemBase.CalculationMode properties.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
AllRows
|
The summary value is calculated against all rows. |
SelectedRows
|
The summary value is calculated against selected rows. |
Mixed
|
The summary value is calculated against selected rows if their number is more than one; otherwise, against all rows. |
Related API Members
The following properties accept/return GridSummaryCalculationMode values:
See Also