c# Programming Glossary: bookdetails
WinForms DataGridView - databind to an object with a list property (variable number of columns) http://stackoverflow.com/questions/4716092/winforms-datagridview-databind-to-an-object-with-a-list-property-variable-num this. My class looks something like this public class BookDetails public string Title get set public int TotalRating get set public.. using System.Linq using System.Windows.Forms public class BookDetails public string Title get set public int TotalRating get set public.. get set public List int Rating get set class BookList List BookDetails ITypedList public PropertyDescriptorCollection GetItemProperties..
|