Click or drag to resize

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; }

Property Value

Type: Object
The cell's item.
See Also