TcxCustomGridColumn.Selected Property
In This Article
Indicates if the column’s cells are selected within the View.
#Declaration
Delphi
property Selected: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the current selection includes the column’s cells; otherwise – False.
See Also