[]
Applies the selection brushes.
protected override sealed void ApplySelectionState(GridControlRange range, GridControlCellView cell)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| GridControlCellView | cell | The cell. |
Applies the selection brushes.
protected virtual void ApplySelectionState(GridCellType cellType, GridCellRange range, GridCellView cell)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| GridCellView | cell | The cell. |