Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [FlagsAttribute]
public enum CellStates
<FlagsAttribute>
Public Enumeration CellStates
[<FlagsAttribute>]
type CellStates
Members
| Member name | Value | Description |
---|
| None | 0 |
Normal state
|
| Selected | 1 |
Row is selected
|
| Editing | 2 |
Cell is in edit mode
|
See Also