Click or drag to resize

TreeGridViewIHandlerGetCellAt Method

Gets the item and column of a location in the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
ITreeGridItem GetCellAt(
	PointF location,
	out int column
)

Parameters

location
Type: Eto.DrawingPointF
Point to find the node
column
Type: SystemInt32
Column at the location, or -1 if no column (e.g. at the end of the row)

Return Value

Type: ITreeGridItem
The item from the data store that is displayed at the specified location
See Also