[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.ApplySelectionState

ApplySelectionState Method

ApplySelectionState(GridCellType, GridCellRange, GridCellView)

Applies the selection brushes.

Declaration
protected virtual void ApplySelectionState(GridCellType cellType, GridCellRange range, GridCellView cell)
Protected Overridable Sub ApplySelectionState(cellType As GridCellType, range As GridCellRange, cell As GridCellView)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.