Skip to main content

TcxCustomGridTableOptionsSelection.InvertSelect Property

Specifies if the focused cell or entire focused row (except the focused cell) is highlighted.

Declaration

property InvertSelect: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, the Table View highlights the entire focused row except for the focused cell; otherwise, only the focused cell is highlighted.

Remarks

Options include:

Value

Default Row Layout

Custom Row Layout

True

Inverted Row Selection

Inverted Row Selection

False

Default Row Selection

Default Row Selection

Note

A grid Table View’s RowLayout.CellBorders property has no effect if the InvertSelect property is set to True.

The InvertSelect property’s default value is True.

See Also