TcxGridTableController.SelectedColumns Property
Provides indexed access to selected columns within the current (Banded) Table View.
Declaration
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