Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

#Declaration

[ModelBrowsable(typeof(AllNodesSummaryVisibilityCalculator))]
bool AllNodesSummary { get; set; }

#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