Click or drag to resize

GridViewCellEventArgsItem Property

Gets the item of the row that triggered the event, or null if there was no item.

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