Table of Contents
DockViewState Enumeration

Specifies the state of a DockView.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum DockViewState
Members
Member Name Description
Docked The DockView is docked to one side of the DockContainer.
AutoHide The DockView is in auto hide mode.
Float The DockView is a floating window.
See Also