public FastGridRow(FastGrid owner) { _owner = owner; }
public FastGridCheckBoxCell(FastGrid owner) : base(owner) { }
public FastGridCell(FastGrid owner) { _owner = owner; }