[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.ApplySelectionState

ApplySelectionState Method

ApplySelectionState(GridControlRange, C1Style)

Applies the selection brushes.

Declaration
protected override void ApplySelectionState(GridControlRange range, C1Style style)
Parameters
Type Name Description
GridControlRange range

The range.

C1Style style

The style that will be applied to the cell.

Overrides

ApplySelectionState(GridCellType, GridCellRange, C1Style)

Applies the selection brushes.

Declaration
protected virtual void ApplySelectionState(GridCellType cellType, GridCellRange range, C1Style style)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

C1Style style

The style that will be applied to the cell.