Click or drag to resize

TreeGridCell Class

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

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

The TreeGridCell 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.
Top
See Also