Back to Devexpress

AutoHideMode Enum

wpf-devexpress-dot-xpf-dot-docking-dot-base-4ba9e26d.md

latest1.3 KB
Original Source

AutoHideMode Enum

Contains values that identify auto-hide modes.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum AutoHideMode
vb
Public Enum AutoHideMode

Members

NameDescription
Default

The same as Overlay.

| | Inline |

The expanded auto-hidden panels are displayed in-line between other panels.

| | Overlay |

The expanded auto-hidden panels overlay other panels.

|

The following properties accept/return AutoHideMode values:

See Also

DevExpress.Xpf.Docking.Base Namespace