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

GridGroupSummaryItem.Mode Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.None)]
public override SummaryMode Mode { get; set; }

Property Value

Type Description
SummaryMode

A value that specifies whether the current summary is calculated against all rows or the selection.

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