Back to Devexpress

GridSummaryCalculationMode Enum

wpf-devexpress-dot-xpf-dot-grid-3f0e8ebf.md

latest1.5 KB
Original Source

GridSummaryCalculationMode Enum

Lists the values that specify the DataViewBase.SummaryCalculationMode and SummaryItemBase.CalculationMode properties.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum GridSummaryCalculationMode
vb
Public Enum GridSummaryCalculationMode

Members

NameDescription
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.

|

The following properties accept/return GridSummaryCalculationMode values:

See Also

DevExpress.Xpf.Grid Namespace