CellEventArgsCellState Property |
Gets the state of the cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public CellStates CellState { get; protected set; }
Public Property CellState As CellStates
Get
Protected Set
member CellState : CellStates with get, set
Property Value
Type:
CellStatesThe state of the cell.
See Also