Skip to main content

TcxGridTableView.OptionsSelection Property

Settings regarding selections within a Table View.

Declaration

property OptionsSelection: TcxGridTableOptionsSelection read; write;

Property Value

Type
TcxGridTableOptionsSelection

Remarks

Use the OptionsSelection property to determine the selection options for a Table View.

These options indicate whether the end-user can select individual cells or whole rows, whether the focus rectangle is displayed around the focused row, whether the multiple rows can be select at a time, etc.

See Also