Skip to main content

TcxGridTableController.SelectedColumnCount Property

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

Declaration

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