Skip to main content

GridSummaryCalculationMode Enum

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum GridSummaryCalculationMode

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