TcxGridTableController.SelectAllColumns Method
In This Article
Selects all columns within the (Banded) Table View’s currently selected records.
#Declaration
Delphi
procedure SelectAllColumns;
#Remarks
Call this method to select all columns (i.e. their cells) within the (Banded) Table View’s currently selected records. In order to select a specific cell or cells within the record selection, call the SelectColumns or SelectCells method.
Refer to the SelectedRecords and SelectedColumns properties for details on selected records and columns.
See Also