ClassDockManagerContentPaneState
Class
Represents the state of a content pane in the DockManager.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DockManagerContentPaneState : DockManagerPaneBaseState
Inheritance: objectDockManagerPaneBaseStateDockManagerContentPaneState
Inherited Members
Constructors
DockManagerContentPaneState()
Declaration
cs-api-definition
public DockManagerContentPaneState()
Properties
AllowFloat
Specifies whether the pane can be undoked to a floating window.
Closeable
Specifies whether the close can be hidden by clicking the close button.
HeaderText
The pane title.
Unpinnable
Specifies whether the pane can be unpinned and displayed in the side bar of the DockManager.
Unpinned
Specifies whether the pane is unpinned and displayed in the side bar of the DockManager.
UnpinnedSize
Specifies the size (width) of the container when the pane is unpinned.