Enum
DockManagerPaneOrientation

Defines how child panes are arranged within a split pane container. Determines the layout direction for organizing multiple panes in the DockManager.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum DockManagerPaneOrientation

Fields

Horizontal

Arranges child panes side-by-side in a horizontal layout. Panes are separated by vertical splitters that allow horizontal resizing.

Declaration

cs-api-definition
Horizontal = 0

Field Value

DockManagerPaneOrientation

Vertical

Stacks child panes vertically in a vertical layout. Panes are separated by horizontal splitters that allow vertical resizing.

Declaration

cs-api-definition
Vertical = 1

Field Value

DockManagerPaneOrientation

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