Developer

SelectionColor

Color used for painting background of selected cells when grid is focused.

property SelectionColor: TColor read FSelectionColor write SetSelectionColor default clHighlight;
If grid is not focused, color set in InactiveSelectionColor will be used instead.

See also