TcxGridTableView.OnColumnPosChanged Event
Occurs when an end-user changes the visibility or position of a column within the current View.
Declaration
property OnColumnPosChanged: TcxGridColumnEvent read; write;
Remarks
The OnColumnPosChanges event is fired when an end-user moves a column or changes its visibility within the current View. The Sender parameter specifies the View in which a column’s position or visibility has been changed. The AColumn parameter identifies the column being moved or shown/hidden.
See Also