Skip to content

DevExpress-Examples/wpf-tree-list-calculate-custom-node-summaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Tree List - Calculate Custom Node Summaries

This example demonstrates how to calculate custom node summaries in the TreeListView. To do this, use the TreeListView’s CustomSummary event / CustomSummaryCommand property. The IsNodeSummary property allows you to determine whether to calculate node summaries.

Files to Review

Code Behind Technique

MVVM Technique

Documentation

More Examples