Back to Devexpress

GetCustomSummaryValueEventArgs.IsSummaryFooter Property

windowsforms-devexpress-dot-xtratreelist-dot-getcustomsummaryvalueeventargs-2ebbd33b.md

latest2.8 KB
Original Source

GetCustomSummaryValueEventArgs.IsSummaryFooter Property

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

Declaration

csharp
public bool IsSummaryFooter { get; }
vb
Public ReadOnly Property IsSummaryFooter As Boolean

Property Value

TypeDescription
Boolean

true , if the total summary value is to be calculated; false for the group summary.

|

Remarks

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

Nodes

CustomValue

GetCustomSummaryValueEventArgs Class

GetCustomSummaryValueEventArgs Members

DevExpress.XtraTreeList Namespace