Skip to content

DevExpress-Examples/wpf-tilebar-generate-items-from-view-model-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to: Bind TileBar to a Collection of Items

To use TileBar according to the MVVM pattern, you can generate TileBarItems from a collection. To accomplish this task, assign a collection to the TileBar.ItemsSource property.

To change properties of generated TileBarItems, use the TileBar.ItemContainerStyle property.

If you want to build a multi-level hierarchy, put the TileBar into TileBarItem.FlyoutContentTemplate.

Does this example address your development requirements/objectives?

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