[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridMouseOverMode

GridMouseOverMode Enum

Defines constants that specify grid mouse over mode.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum GridMouseOverMode

Fields

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 (including headers).

None

No special action.

Row

The mouse-over style applies to the entire row (including headers).

Selection

The mouse-over style applies to cells according to SelectionMode