Skip to main content
A newer version of this page is available. .

TreeListCustomSummaryEventArgs.IsTotalSummary Property

Gets whether the processed row values are used to calculate a total summary.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public bool IsTotalSummary { get; }

Property Value

Type Description
Boolean

true, if the processed row values are used to calculate a total summary; otherwise, false.

Remarks

Use the IsTotalSummary property to identify whether the currently processed row values are used to calculate a total summary. To identify whether the row values are used to calculate a node summary, use the TreeListCustomSummaryEventArgs.IsNodeSummary property.

See Also