Enum AllowedDockPosition
Defines the allowed dock positions for a DockWindow.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
[Flags]
public enum AllowedDockPosition
All
The default dock positions are defined.
AllDocuments
All dock positions, including the document ones, are defined.
Bottom
Indicates that the DockWindow will be docked to the bottom edge of the drop target.
BottomDocument
Indicates that the DockWindow will be docked as a Document Window to the bottom edge of the drop target.
Documents
Fill
Indicates that the DockWindow will be added as a child of the drop target.
Left
Indicates that the DockWindow will be docked to the left edge of the drop target.
LeftDocument
Indicates that the DockWindow will be docked as a Document Window to the left edge of the drop target.
None
No dock allowed.
Right
Indicates that the DockWindow will be docked to the right edge of the drop target.
RightDocument
Indicates that the DockWindow will be docked as a Document Window to the right edge of the drop target.
Top
Indicates that the DockWindow will be docked to the top edge of the drop target.
TopDocument
Indicates that the DockWindow will be docked as a Document Window to the top edge of the drop target.