This example demonstrates how to bind the Grid Control to the Spreadsheet data.
Use the Range.GetDataSource method to create a data source object from a specific cell range in a worksheet, and then assign it to the GridControl.ItemsSource property. The two-way binding is supported: any changes to worksheet (such as editing values, inserting and deleting rows, sorting and filtering) are immediately propagated to the Data Grid, and editing data in the grid is reflected in the spreadsheet.
(you will be redirected to DevExpress.com to submit your response)