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

TcxGridTableController.SelectedColumns Property

Provides indexed access to selected columns within the current (Banded) Table View.

#Declaration

Delphi
property SelectedColumns[Index: Integer]: TcxGridColumn read;

#Property Value

Type
TcxGridColumn

#Remarks

A column is called “selected” whenever it has at least one cell which is selected within the current (Banded) Table View’s record selection. The SelectedColumns property provides indexed access to such columns.

To enable cell selection, set the View’s OptionsSelection.CellMultiSelect property to True.

Refer to the SelectedRecords property for details on selected records.

See Also