CellEventArgsItem Property |
Gets or sets the item for the cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object Item { get; protected set; }
Public Property Item As Object
Get
Protected Set
member Item : Object with get, set
Property Value
Type:
ObjectThe cell's item.
See Also