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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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