Skip to main content

GetCustomSummaryValueEventArgs.IsSummaryFooter Property

Gets a value indicating whether the total or group summary value is to be calculated.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public bool IsSummaryFooter { get; }

Property Value

Type Description
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