Skip to main content

TcxGridTableController.SelectAllColumns Method

Selects all columns within the (Banded) Table View’s currently selected records.

Declaration

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