Skip to main content

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 True, a click on a column header raises the OnColumnClick event. If False, a click on a column header has no effect.

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