Skip to main content
All docs
V23.2

RowSummaryArgs.Mode Property

Gets whether the current summary is calculated against all rows or the selection.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public SummaryMode Mode { get; }

Property Value

Type Description
DevExpress.Mvvm.Xpf.SummaryMode

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

See Also