UIElement uiElement = grid.DisplayLayout.UIElement.ElementFromPoint(e.Location);
{
UltraGridCell cell = uiElement.GetContext(typeof(UltraGridCell)) as UltraGridCell;
var index = cell.Column.Index
}