Click or drag to resize

GridCellMouseEventArgsColumn Property

Gets the index of the column that triggered the event, or -1 if no column.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int Column { get; }

Property Value

Type: Int32
The column index.
See Also