windowsforms-devexpress-dot-xtratreelist-dot-getcustomsummaryvalueeventargs-2ebbd33b.md
Gets a value indicating whether the total or group summary value is to be calculated.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public bool IsSummaryFooter { get; }
Public ReadOnly Property IsSummaryFooter As Boolean
| Type | Description |
|---|---|
| Boolean |
true , if the total summary value is to be calculated; false for the group summary.
|
Use the IsSummaryFooter property to determine which nodes are to be involved in the summary value calculations. The list below explains which nodes must be visited depending on whether the footer summary or group summary value is calculated.
See Also
GetCustomSummaryValueEventArgs Class