Back to Devexpress

DockManager.AutoHiddenPanelShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-d5dfe7ee.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AutoHiddenPanelShowMode.Default)]
[DXCategory("Appearance")]
public virtual AutoHiddenPanelShowMode AutoHiddenPanelShowMode { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(AutoHiddenPanelShowMode.Default)>
Public Overridable Property AutoHiddenPanelShowMode As AutoHiddenPanelShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.AutoHiddenPanelShowModeDefault

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

ShowAutoHideButton

HiddenPanels

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace