CellEventArgs Properties | 
The CellEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cell | 
            Gets the cell that triggered this event
              | |
| CellState | 
            Gets the state of the cell.
              | |
| CellTextColor | 
            Gets or sets the preferred color of the cell text given its state.
              | |
| Grid | 
            Gets the grid that this event was triggered from
              | |
| IsEditing | 
            Gets or sets a value indicating whether the cell is in edit mode.
              | |
| IsSelected | 
            Gets or sets a value indicating whether the cell is selected.
              | |
| Item | 
            Gets or sets the item for the cell.
              | |
| Row | 
            Gets or sets the row for the cell.
              |