Inheritance: System.Windows.Forms.DataGridViewImageCell
 public DataGridViewRatingColumn()
 {
     CellTemplate = new RatingCell();
       DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
       ValueType = typeof (int);
 }
Exemple #2
0
 public DataGridViewRatingColumn()
 {
     CellTemplate = new RatingCell();
     DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
     ValueType = typeof(int);
 }