EnumDockState
Enum
Describes state of a item in the docking.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public enum DockState
Fields
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.