Back to Devexpress

TdxCustomListView.OnColumnRightClick Event

vcl-dxlistview-dot-tdxcustomlistview-68a5509b.md

latest690 B
Original Source

TdxCustomListView.OnColumnRightClick Event

Allows you to perform specific actions when a user right-clicks a column header in the List View.

Declaration

delphi
property OnColumnRightClick: TdxListViewColumnRightClickEvent read; write;

Remarks

This event occurs when a user right-clicks a column header.

Refer to the TdxListViewColumnRightClickEvent type description for information on available options.

See Also

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit