[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridMouseOverMode

GridMouseOverMode Enum

Defines constants that specify grid mouse over mode.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.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.

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