TcxGridColumn.Selected Property
Specifies whether the column’s cells are selected within a (Banded) Table View.
Declaration
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