Skip to main content
A newer version of this page is available. .

DockManager.CreateAutoHideContainer Event

Fires after an auto hide container has been created.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

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