[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.ApplySelectionState

ApplySelectionState Method

ApplySelectionState(GridControlRange, GridControlCellView)

Applies the selection brushes.

Declaration
protected override sealed void ApplySelectionState(GridControlRange range, GridControlCellView cell)
Parameters
Type Name Description
GridControlRange range

The range.

GridControlCellView cell

The cell.

Overrides

ApplySelectionState(GridCellType, GridCellRange, GridCellView)

Applies the selection brushes.

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

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.