Back to Devexpress

AutoHideExpandState Enum

wpf-devexpress-dot-xpf-dot-docking-dot-base-b17b0c7d.md

latest1.4 KB
Original Source

AutoHideExpandState Enum

Contains values that identify an auto-hidden state’s expand modes.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum AutoHideExpandState
vb
Public Enum AutoHideExpandState

Members

NameDescription
Hidden

The panel is hidden from view.

| | Visible |

The panel is visible, but not expanded.

| | Expanded |

The panel is expanded to fit the entire client window area.

|

The following properties accept/return AutoHideExpandState values:

See Also

DevExpress.Xpf.Docking.Base Namespace