HideSelection
Specifies whether cells inside the column will be highlighted when is selected. When a cell is highlighted, it's usually painted in SelectedColor
solid brush.
Setting this property to True
can be useful for columns such as toolbar column, checkbox column with custom images etc.
pas
property HideSelection: Boolean read FHideSelection write SetHideSelection default False;