TcxCustomListView.OnColumnClick Event
Allows you to respond to clicks on column headers.
Declaration
property OnColumnClick: TLVColumnClickEvent read; write;
Remarks
The OnColumnClick event occurs every time a user clicks a column header if the ColumnClick property is set to True. Column headers are visible only if the ViewStyle property is set to vsReport and the ShowColumnHeader property is set to True.
See Also