TcxGridTableView.OptionsSelection Property
In This Article
Settings regarding selections within a Table View.
#Declaration
Delphi
property OptionsSelection: TcxGridTableOptionsSelection read; write;
#Property Value
Type |
---|
Tcx |
#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