IModelColumnTreeListWin.AllNodesSummary Property
Specifies whether the current column’s summary is calculated against all tree list nodes or against root nodes only.
Namespace: DevExpress.ExpressApp.TreeListEditors.Win
Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a summary is calculated against all nodes; otherwise, it is calculated only against root nodes. The default is false. |
Remarks
The AllNodesSummary property is considered for List Views displayed by the TreeListEditor. This property value is passed to the TreeListColumn.AllNodesSummary property. To specify the summary type, use the column’s IModelColumnSummaryItem.SummaryType property.
See Also