Class
DockManagerState

A class that represents the state of the TelerikDockManager.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerState

Inheritance: objectDockManagerState

Constructors

DockManagerState()

Declaration

cs-api-definition
public DockManagerState()

Properties

FloatingPanesState

Collection of state objects for the floating panes.

Declaration

cs-api-definition
public IList<DockManagerSplitPaneState> FloatingPanesState { get; set; }

Property Value

IList<DockManagerSplitPaneState>

RootPaneState

The state of the root pane.

Declaration

cs-api-definition
public DockManagerSplitPaneState RootPaneState { get; set; }

Property Value

DockManagerSplitPaneState