TcxCustomListView.ColumnClick Property
Specifies if column headers are clickable.
Declaration
property ColumnClick: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | If |
Remarks
Column headers are visible only if the ViewStyle property is set to vsReport
and the ShowColumnHeader property is set to True
.
Default Value
The ColumnClick
property’s default value is True
.
See Also