Click or drag to resize

CellStates Enumeration

State for a Cell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum CellStates
Members
  Member nameValueDescription
None0 Normal state
Selected1 Row is selected
Editing2 Cell is in edit mode
See Also