// when an item is added from another GridControl // do position calculations // and remove this item from the other GridControl when appropriate public abstract void AddFrom(IGridControl gridControl, IGridItem item);
// when a new item is added, which wasn't present in another GridControl before public abstract void Add(IGridItem gridItem);