[]
Applies the selection brushes.
protected override void ApplySelectionState(GridControlRange range, C1Style style)
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)
Type | Name | Description |
---|---|---|
GridCellType | cellType | Type of the cell. |
GridCellRange | range | The range. |
C1Style | style | The style that will be applied to the cell. |