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

TdxCustomTileControl.OnGroupDragEnd Event

In This Article

Notifies that an end-user has dropped a dragged tile group at a specific position within the control.

#Declaration

Delphi
property OnGroupDragEnd: TdxTileControlGroupDragEndEvent read; write;

#Remarks

This event occurs every time an end-user finishes a drag-and-drop operation with a tile group by dropping it at any available position. You can handle the OnGroupDragEnd event to respond to group position changes via drag-and-drop. For instance, you can identify the moved group and adjust its settings via the AInfo.Group property within the event handler. Refer to the TdxTileControlGroupDragEndEvent procedural type description for detailed information on all parameters accessible within an OnGroupDragEnd event handler.

See Also