Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.78 KB

File metadata and controls

40 lines (24 loc) · 2.78 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)