Click or drag to resize

GridCellColumn Property

Gets the column of the cell, or null

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