TcxCustomListView.OnColumnDragged Event
Occurs when the user drags a column.
Declaration
property OnColumnDragged: TNotifyEvent read; write;
Remarks
Handle the OnColumnDragged event to respond when the user drags a column to a new position. OnColumnDragged occurs after all columns are in their new positions but before the list view repaints to reflect the change.
Sender specifies the TcxCustomInnerListView.
OnColumnDragged only occurs when ViewStyle is vsReport and ShowColumnHeaders is True.
See Also