Skip to main content
A newer version of this page is available. .

CustomSummaryEventArgs.Mode Property

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public SummaryMode Mode { get; set; }

Property Value

Type
SummaryMode

Available values:

Name Description
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.

See Also