Click or drag to resize

GridCell Class

Information of a cell in the TreeGridView
Inheritance Hierarchy
SystemObject
  Eto.FormsGridCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class GridCell

The GridCell type exposes the following members.

Properties
  NameDescription
Public propertyColumn
Gets the column of the cell, or null
Public propertyColumnIndex
Gets the index of the column.
Public propertyItem
Gets the item associated with the row of the cell.
Public propertyRowIndex
Gets the index of the row.
Top
See Also