TcxCustomGridView.OptionsSelection Property
In This Article
Contains selection options for the current View.
#Declaration
Delphi
property OptionsSelection: TcxCustomGridOptionsSelection read; write;
#Property Value
Type |
---|
Tcx |
#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