ClassDockManagerState
Class
A class that represents the state of the TelerikDockManager.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DockManagerState
Inheritance: objectDockManagerState
Constructors
DockManagerState()
Declaration
public DockManagerState()
Properties
FloatingPanesState
Collection of state objects for the floating panes.
Declaration
public IList<DockManagerSplitPaneState> FloatingPanesState { get; set; }
Property Value
RootPaneState
The state of the root pane.
Declaration
public DockManagerSplitPaneState RootPaneState { get; set; }
Property Value