Skip to main content
A newer version of this page is available. .

TcxGridCardView.OptionsSelection Property

Contains selection settings for the current View.

Declaration

property OptionsSelection: TcxGridCardViewOptionsSelection read; write;

Property Value

Type
TcxGridCardViewOptionsSelection

Remarks

Use the OptionsSelection property to specify the options that are to do with selections within the current View. These options indicate whether to select individual cells or whole rows, whether the focus rectangle is displayed around the focused row and whether multiple rows can be selected, etc.

See Also