Skip to content

This example demonstrates how to use our MVVM techniques in the WinUI Data Grid.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winui-data-grid-mvvm-techniques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinUI Data Grid in MVVM Scenarios

This example demonstrates how to use our MVVM techniques in the WinUI Data Grid. The example shows how to do the following:

  • Bind the Data Grid’s ItemsSource property to a collection in a view model.
  • Specify grid columns in a view model and display them in the Data Grid.
  • Access the Data Grid’s selected items from the view model.
  • Convert the Data Grid’s events to commands in a view model.

Files to Look At

Documentation

More Examples

About

This example demonstrates how to use our MVVM techniques in the WinUI Data Grid.

Topics

Resources

License

Stars

Watchers

Forks

Languages