[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.ApplySelectionState

ApplySelectionState Method

ApplySelectionState(GridControlRange, GridControlCellView)

Applies the selection brushes.

Declaration
protected override sealed void ApplySelectionState(GridControlRange range, GridControlCellView cell)
Protected NotOverridable Overrides Sub ApplySelectionState(range As GridControlRange, cell As GridControlCellView)
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)
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.