Skip to main content
All docs
V23.2

RowSummaryArgs.IsTotalSummary Property

Gets whether a total summary value is calculated.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public bool IsTotalSummary { get; }

Property Value

Type Description
Boolean

true if a total summary value is calculated; otherwise, false.

See Also