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

DockLayoutManager.AutoHideExpandMode Property

Gets or sets how an auto-hidden panel is expanded. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public AutoHideExpandMode AutoHideExpandMode { get; set; }

Property Value

Type Description
AutoHideExpandMode

A AutoHideExpandMode value that specifies the way an auto-hidden panel is expanded.

Available values:

Name Description
Default

The same as the AutoHideExpandMode.MouseHover option.

MouseHover

An auto-hidden panel is expanded when hovered over by the mouse.

MouseDown

An auto-hidden panel is expanded when clicked.

See Also