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

TdxCustomDockControl.OnMakeFloating Event

In This Article

Fires immediately after a dock control is made to float.

#Declaration

Delphi
property OnMakeFloating: TdxMakeFloatingEvent read; write;

#Remarks

A dock control can be made to float by end-users dragging it from a container dock site. You can also do it in code by calling its MakeFloating method. Each time a control is made to float, the OnMakeFloating event is raised.

The Sender parameter identifies the appropriate dock control. The X and Y parameters specify the screen coordinates of the floating window.

See Also