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.AutoHiddenPanelShowMode Property

Gets or sets whether auto-hidden panels within the current DockManager are shown during mouse hover, or only during a mouse click.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(AutoHiddenPanelShowMode.Default)]
[DXCategory("Appearance")]
public virtual AutoHiddenPanelShowMode AutoHiddenPanelShowMode { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.Docking.AutoHiddenPanelShowMode Default

An AutoHiddenPanelShowMode enumerator value that indicates whether a mouse hover or mouse click should display auto-hidden panels.

#Remarks

Use the BaseDockOptions.ShowAutoHideButton property to specify whether a DockPanel can be auto-hidden at runtime. All hidden panels are stored in the DockManager.HiddenPanels collection.

See Also