[]
Applies the selection brushes.
protected override void ApplySelectionState(GridControlRange range, C1Style style)
Protected Overrides Sub ApplySelectionState(range As GridControlRange, style As C1Style)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| C1Style | style | The style that will be applied to the cell. |
Applies the selection brushes.
protected virtual void ApplySelectionState(GridCellType cellType, GridCellRange range, C1Style style)
Protected Overridable Sub ApplySelectionState(cellType As GridCellType, range As GridCellRange, style As C1Style)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| C1Style | style | The style that will be applied to the cell. |