[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.ApplySelectionState

ApplySelectionState Method

ApplySelectionState(GridCellType, GridCellRange, C1Style)

Applies the selection brushes.

Declaration
protected virtual void ApplySelectionState(GridCellType cellType, GridCellRange range, C1Style style)
Protected Overridable Sub ApplySelectionState(cellType As GridCellType, range As GridCellRange, style As C1Style)
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.