Class
DockManagerSplitPaneState

Represents the state of a split pane in the DockManager.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerSplitPaneState : DockManagerPaneBaseState

Inheritance: objectDockManagerPaneBaseStateDockManagerSplitPaneState

Inherited Members DockManagerPaneBaseState.DockableDockManagerPaneBaseState.IdDockManagerPaneBaseState.SizeDockManagerPaneBaseState.Visible

Constructors

DockManagerSplitPaneState()

Declaration

cs-api-definition
public DockManagerSplitPaneState()

Properties

AllowEmpty

Specifies whether an empty splitter should be rendered if no child panes are present. If set to false, the splitter will not be rendered if there are no child panes.

Declaration

cs-api-definition
public bool AllowEmpty { get; set; }

Property Value

bool

FloatingHeight

The height of the window when the pane is floating.

Declaration

cs-api-definition
public string FloatingHeight { get; set; }

Property Value

string

FloatingLeft

The left CSS property of the floating window.

Declaration

cs-api-definition
public string FloatingLeft { get; set; }

Property Value

string

FloatingResizable

Specifies whether the floating window can be resized.

Declaration

cs-api-definition
public bool FloatingResizable { get; set; }

Property Value

bool

FloatingTop

The top CSS property of the floating window.

Declaration

cs-api-definition
public string FloatingTop { get; set; }

Property Value

string

FloatingWidth

The width of the floating window.

Declaration

cs-api-definition
public string FloatingWidth { get; set; }

Property Value

string

Orientation

The orientation of the splitter. The possible values are Horizontal and Vertical. The default value is Horizontal.

Declaration

cs-api-definition
public DockManagerPaneOrientation Orientation { get; set; }

Property Value

DockManagerPaneOrientation

Panes

The state of the panes that are children of the current split pane.

Declaration

cs-api-definition
public IList<DockManagerPaneBaseState> Panes { get; set; }

Property Value

IList<DockManagerPaneBaseState>