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.OnVisibleChanging Event

In This Article

Fires before the visibility of the dock control is changed.

#Declaration

Delphi
property OnVisibleChanging: TdxDockControlNotifyEvent read; write;

#Remarks

Handle the OnVisibleChanging event if you need to perform specific actions before the dock control is hidden or made visible. The control whose visible state is changed is returned by the Sender parameter of the event.

If you need to perform any actions immediately after the control’s visibility has been changed, handle the OnVisibleChanged event. Please refer to this event’s description for details on how the visibility of dock controls can be changed.

See Also