Click or drag to resize

GridColumnEventArgsColumn Property

Gets the column that originated the event

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

Property Value

Type: GridColumn
The column.
See Also