Skip to content

DevExpress-Examples/wpf-data-grid-display-data-from-xml-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Display Data from an XML File

This example binds the GridControl to an XML file. To do this, follow the steps below:

  • Load data from an XML file (for example, in a DataTable object).
  • Assign this object to the grid's ItemsSource property.
  • Create a method that saves changes to the XML file.

image

Files to Review

Documentation

More Examples