TreeGridCellItem 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; }
Public ReadOnly Property Item As Object
Get
member Item : Object with get
Property Value
Type:
ObjectThe row item.
See Also