Example #1
0
 public FastGridRow(FastGrid owner)
 {
     _owner = owner;
 }
Example #2
0
 public FastGridCheckBoxCell(FastGrid owner)
     : base(owner)
 {
 }
Example #3
0
 public FastGridCell(FastGrid owner)
 {
     _owner = owner;
 }