Skip to main content
.NET 6.0+

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.v23.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