Enum
AllowedDockPosition

Defines the allowed dock positions for a DockWindow.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
[Flags]
public enum AllowedDockPosition

Fields

All

The default dock positions are defined.

Declaration

cs-api-definition
All = Left | Top | Right | Bottom | Fill

Field Value

AllowedDockPosition

AllDocuments

All dock positions, including the document ones, are defined.

Declaration

cs-api-definition
AllDocuments = All | Documents

Field Value

AllowedDockPosition

Bottom

Indicates that the DockWindow will be docked to the bottom edge of the drop target.

Declaration

cs-api-definition
Bottom = 8

Field Value

AllowedDockPosition

BottomDocument

Indicates that the DockWindow will be docked as a Document Window to the bottom edge of the drop target.

Declaration

cs-api-definition
BottomDocument = 256

Field Value

AllowedDockPosition

Documents

Declaration

cs-api-definition
Documents = LeftDocument | TopDocument | RightDocument | BottomDocument

Field Value

AllowedDockPosition

Fill

Indicates that the DockWindow will be added as a child of the drop target.

Declaration

cs-api-definition
Fill = 16

Field Value

AllowedDockPosition

Left

Indicates that the DockWindow will be docked to the left edge of the drop target.

Declaration

cs-api-definition
Left = 1

Field Value

AllowedDockPosition

LeftDocument

Indicates that the DockWindow will be docked as a Document Window to the left edge of the drop target.

Declaration

cs-api-definition
LeftDocument = 32

Field Value

AllowedDockPosition

None

No dock allowed.

Declaration

cs-api-definition
None = 0

Field Value

AllowedDockPosition

Right

Indicates that the DockWindow will be docked to the right edge of the drop target.

Declaration

cs-api-definition
Right = 4

Field Value

AllowedDockPosition

RightDocument

Indicates that the DockWindow will be docked as a Document Window to the right edge of the drop target.

Declaration

cs-api-definition
RightDocument = 128

Field Value

AllowedDockPosition

Top

Indicates that the DockWindow will be docked to the top edge of the drop target.

Declaration

cs-api-definition
Top = 2

Field Value

AllowedDockPosition

TopDocument

Indicates that the DockWindow will be docked as a Document Window to the top edge of the drop target.

Declaration

cs-api-definition
TopDocument = 64

Field Value

AllowedDockPosition