[]
Defines constants that specify grid mouse over mode.
public enum GridMouseOverMode
Name | Description |
---|---|
Cell | The mouse-over style applies to a single cell at a time. |
Column | The mouse-over style applies to the entire column. |
None | No special action. |
Row | The mouse-over style applies to the entire row. |
Selection | The mouse-over style applies to cells according to GridSelectionMode |