CustomSummaryEventArgs.Mode Property
In This Article
Specifies how summaries are calculated - against all rows or for the selected rows.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public SummaryMode Mode { get; set; }
#Property Value
Type | Description |
---|---|
Summary |
An enumeration member that defines the scope of summary calculations. |
Available values:
Name | Description |
---|---|
All |
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