TcxGridTableController.ClearCellSelection Method
Clears the column selection within a (Banded) Table View.
Declaration
procedure ClearCellSelection;
Remarks
Call this method to clear the current column selection within the (Banded) Table View. All cells within the View will be deselected. The SelectedColumnCount property returns 0 in this case. The ClearCellSelection method does not deselect records/rows, use the DataController.ClearSelection method for this purpose.
Refer to the SelectedRecords and SelectedColumns properties for details on selected records and columns.
See Also