TcxGridTableView.OptionsSelection Property
Provides access to all selection-related appearance and behavior settings.
Declaration
property OptionsSelection: TcxGridTableOptionsSelection read; write;
Property Value
| Type | Description |
|---|---|
| TcxGridTableOptionsSelection | Stores selection-related settings in a grid Table View |
Remarks
Use the OptionsSelection property to determine user experience related to cell and row selection in the current grid Table View.
Available Options
You can use OptionsSelection.CellMultiSelect, OptionsSelection.MultiSelect, and OptionsSelection.MultiSelectMode to allow users to select multiple cells and rows independently and configure keyboard navigation for multiple selection.
Available options also include settings related to selection highlight effects. Refer to the TcxGridTableOptionsSelection class description for detailed information on all available options.
See Also