Back to Devexpress

TcxCustomGridView.OptionsSelection Property

vcl-cxgridcustomview-dot-tcxcustomgridview-6bcc393e.md

latest809 B
Original Source

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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit