Skip to main content
A newer version of this page is available. .

TcxCustomGridView.OptionsSelection Property

Contains selection options for the current View.

Declaration

property OptionsSelection: TcxCustomGridOptionsSelection read; write;

Property Value

Type
TcxCustomGridOptionsSelection

Remarks

The OptionsSelection property contains selection options for the current View. These options indicate:

  • whether to select individual cells or entire rows;

  • whether a focus rectangle is displayed around the focused row;

  • whether multiple rows can be selected.

See Also