Enum
DockManagerDockPosition

Defines the possible positions where a pane can be docked relative to a target pane. Used during drag-and-drop operations to specify the layout arrangement of docked panes.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum DockManagerDockPosition

Fields

Bottom

Docks the pane below the target, creating a vertical split with the new pane at the bottom.

Declaration

cs-api-definition
Bottom = 3

Field Value

DockManagerDockPosition

Left

Docks the pane to the left side of the target, creating a horizontal split with the new pane on the left.

Declaration

cs-api-definition
Left = 0

Field Value

DockManagerDockPosition

Middle

Docks the pane into the target's tab group, adding it as a new tab alongside existing content panes.

Declaration

cs-api-definition
Middle = 4

Field Value

DockManagerDockPosition

Right

Docks the pane to the right side of the target, creating a horizontal split with the new pane on the right.

Declaration

cs-api-definition
Right = 2

Field Value

DockManagerDockPosition

Top

Docks the pane above the target, creating a vertical split with the new pane on top.

Declaration

cs-api-definition
Top = 1

Field Value

DockManagerDockPosition

In this article
DefinitionFieldsBottomLeftMiddleRightTop
Not finding the help you need?
Contact Support