Skip to main content
All docs
V23.2

RowSummaryArgs.IsGroupSummary Property

Gets whether a group summary value is calculated.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public bool IsGroupSummary { get; }

Property Value

Type Description
Boolean

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

See Also