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

Fires after an auto hide container has been created.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Event Data

The CreateAutoHideContainer 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 CreateAutoHideContainer event is raised in response to an auto hide container being created. The auto hide container is created automatically after the dock panel’s auto hiding functionality has been enabled.

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