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

TcxGridColumn.Selected Property

Specifies whether the column’s cells are selected within a (Banded) Table View.

#Declaration

Delphi
property Selected: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Use the Selected property to include/exclude the current column’s cells from the currently selected records within a (Banded) Table View. This property is useful only when the View’s OptionsSelection.CellMultiSelect property is set to True. To select a set of sequential columns, use the SelectColumns method. The SelectAllColumns method allows you to select the cells of all the columns within the current record selection, i.e. select the entire record(s).

In order to select specific columns’ cells within the particular record selection, use the SelectCells method.

See Also