Click or drag to resize

GridCellItem Property

Gets the item associated with the row of the cell.

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

Property Value

Type: Object
The row item.
See Also