Back to Devexpress

GridGroupSummaryItem.Mode Property

windowsforms-devexpress-dot-xtragrid-dot-gridgroupsummaryitem-cc298020.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.None)]
public override SummaryMode Mode { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationFlags.None)>
Public Overrides Property Mode As SummaryMode

Property Value

TypeDescription
SummaryMode

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

|

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

GridGroupSummaryItem Class

GridGroupSummaryItem Members

DevExpress.XtraGrid Namespace