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.SelectedColumnCount Property

Gets the number of selected columns within the current (Banded) Table View.

#Declaration

Delphi
property SelectedColumnCount: Integer read;

#Property Value

Type
Integer

#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 SelectedColumnCount property returns the number of 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