Skip to content

DevExpress-Examples/winforms-grid-bind-to-2d-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Bind to a two-dimensional array

The WinForms Data Grid does not support multidimensional data sources out of the box. This example creates a wrapper class for 2D-arrays that implements IList and ITypedList interfaces.

Files to Review