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.ClearCellSelection Method

In This Article

Clears the column selection within a (Banded) Table View.

#Declaration

Delphi
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