Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableView.OnColumnPosChanged Event

In This Article

Occurs when an end-user changes the visibility or position of a column within the current View.

#Declaration

Delphi
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