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

TcxCustomHeader.OnSectionEndDrag Event

In This Article

Occurs after successful completion of drag-and-drop operations within the header control.

#Declaration

Delphi
property OnSectionEndDrag: TNotifyEvent read; write;

#Remarks

The OnSectionEndDrag event occurs after successful completion of drag-and-drop operations within a header control. If the drag-and-drop operation was not completed, then this event is not fired. The Sender parameter identifies a TcxHeader control that fired the event.

Handle the OnSectionDrag event to react to section dragging.

See Also