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

DockManager.DestroyAutoHideContainer Event

Fires before an auto hide container has been destroyed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Docking")]
public event AutoHideContainerEventHandler DestroyAutoHideContainer

#Event Data

The DestroyAutoHideContainer event's data class is DevExpress.XtraBars.Docking.AutoHideContainerEventArgs.

#Remarks

The automatic hiding functionality allows dock panels to be temporarily removed from the form. These panels are minimized to the auto-hide containers and represented onscreen only by their labels. The DestroyAutoHideContainer event is raised in response to an auto hide container being destroyed. The auto hide container is destroyed automatically after the auto hiding functionality of the last panel within this container has been disabled.

The event parameter’s properties allow the processed auto hide container and the form’s side along which it’s aligned to be identified.

See Also