Enum DockState
Describes state of a item in the docking.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public enum DockState
DockedBottom
The item is docked to the bottom.
DockedLeft
The item is docked to the left.
DockedRight
The items is docked to the right.
DockedTop
The item is docked to the top.
FloatingDockable
The item is not docked, but is dockable.
FloatingOnly
The item is not dockable.