Skip to content

DevExpress-Examples/wpf-accordion-bind-to-data-using-childrenpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Accordion Control - Bind to Data Using the ChildrenPath Property

This example demonstrates how to create a WPF Accordion Control and bind it to data using the ChildrenPath property.

Implementation Details

  1. Bind the accordion control to a data source. To do this, use the AccordionControl.ItemsSource property.
  2. Specify the AccordionControl.ChildrenPath property to create item hierarchy.
  3. Set the AccordionControl.DisplayMemberPath property to a data field with strings to display them in item headers.

Files to Review

Documentation

Related Examples