[]
Specifies the type of hover highlighting by moving mouse over the grid.
public enum HoverMode
| Name | Description |
|---|---|
| Cell | The user can hover only a single cell at a time. |
| Column | The user can hover only a single column at a time. |
| None | The user can't hover. |
| Row | The user can hover only a single row at a time. |
| Selection | The user can hover using selection mode. |