Click or drag to resize

GridCellMouseEventArgsGridColumn Property

Gets the grid column that triggered the event.

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

Property Value

Type: GridColumn
The grid column.
See Also