Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.OptionsSelection Property

Contains selection options for the current View.

#Declaration

Delphi
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