ClassDockManagerSplitPaneState
Represents the state of a split pane in the DockManager.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DockManagerSplitPaneState : DockManagerPaneBaseState
Inheritance: objectDockManagerPaneBaseStateDockManagerSplitPaneState
Inherited Members
Constructors
DockManagerSplitPaneState()
Declaration
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.
FloatingHeight
The height of the window when the pane is floating.
FloatingLeft
The left
CSS property of the floating window.
FloatingResizable
Specifies whether the floating window can be resized.
FloatingTop
The top
CSS property of the floating window.
FloatingWidth
The width of the floating window.
Orientation
The orientation of the splitter. The possible values are Horizontal and Vertical. The default value is Horizontal.
Declaration
public DockManagerPaneOrientation Orientation { get; set; }
Property Value
Panes
The state of the panes that are children of the current split pane.
Declaration
public IList<DockManagerPaneBaseState> Panes { get; set; }
Property Value