[]
Applies the selection colors to a specific cell.
protected virtual void ApplySelectionColors(GridCellView cell, Nullable<Color> background, Nullable<Color> foreground, bool isEditing)
Type | Name | Description |
---|---|---|
GridCellView | cell | The cell. |
Nullable<Color> | background | The background. |
Nullable<Color> | foreground | The foreground. |
bool | isEditing | if set to |