Skip to content

DevExpress-Examples/wpf-treelist-implement-childnodespath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Tree List - Implement the Child Nodes Path

This example uses the Child Nodes Path to bind the TreeListView to a collection whose objects have the same field that contains child items.

  1. Set the TreeListView.ChildNodesPath property to the children field name (Tasks in this example).
  2. Set the TreeListView.TreeDerivationMode property to ChildNodesSelector.

image

Files to Review

Documentation

More Examples

About

Bind the TreeListView to a collection whose objects have the same field that contains child items.

Topics

Resources

License

Stars

Watchers

Forks