TcxCustomListView.OnColumnRightClick Event
Occurs when a user right clicks the column header.
Declaration
property OnColumnRightClick: TLVColumnRClickEvent read; write;
Remarks
The OnColumnRightClick event is fired when the user right clicks the column header, which is visible when the ViewStyle is vsReport and the ShowColumnHeader property is True.
Sender specifies the TcxCustomInnerListView.
Column specifies the clicked column.
Point specifies the client coordinates, where clicking occurred.
See Also