Class
DockManagerContentPaneState

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 DockManagerPaneBaseState.DockableDockManagerPaneBaseState.IdDockManagerPaneBaseState.SizeDockManagerPaneBaseState.Visible

Constructors

DockManagerContentPaneState()

Declaration

cs-api-definition
public DockManagerContentPaneState()

Properties

AllowFloat

Specifies whether the pane can be undoked to a floating window.

Declaration

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

Property Value

bool

Closeable

Specifies whether the close can be hidden by clicking the close button.

Declaration

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

Property Value

bool

HeaderText

The pane title.

Declaration

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

Property Value

string

Unpinnable

Specifies whether the pane can be unpinned and displayed in the side bar of the DockManager.

Declaration

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

Property Value

bool

Unpinned

Specifies whether the pane is unpinned and displayed in the side bar of the DockManager.

Declaration

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

Property Value

bool

UnpinnedSize

Specifies the size (width) of the container when the pane is unpinned.

Declaration

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

Property Value

string