Back to Devexpress

CustomSummaryEventArgs.Mode Property

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-bb985f66.md

latest1.4 KB
Original Source

CustomSummaryEventArgs.Mode Property

Specifies 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 SummaryMode Mode { get; set; }
vb
Public Property Mode As SummaryMode

Property Value

TypeDescription
SummaryMode

An enumeration member that defines the scope of summary calculations.

|

Available values:

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

See Also

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace