Back to Devexpress

TcxGridTableView.OptionsSelection Property

vcl-cxgridtableview-dot-tcxgridtableview-8c8719a2.md

latest829 B
Original Source

TcxGridTableView.OptionsSelection Property

Settings regarding selections within a Table View.

Declaration

delphi
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

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit