New to Telerik UI for WPFStart a free 30-day trial

Describes state of a item in the docking.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public enum DockState

Fields

The item is docked to the bottom.

C#
DockedBottom = 1

The item is docked to the left.

C#
DockedLeft = 0

The items is docked to the right.

C#
DockedRight = 2

The item is docked to the top.

C#
DockedTop = 3

The item is not docked, but is dockable.

C#
FloatingDockable = 4

The item is not dockable.

C#
FloatingOnly = 5