[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.HoverMode

HoverMode Enum

Specifies the type of hover highlighting by moving mouse over the grid.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum HoverMode

Fields

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.