Class
DockManagerPaneBaseState

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
[JsonConverter(typeof(DockManagerPaneJsonConverter))]
public abstract class DockManagerPaneBaseState

Inheritance: objectDockManagerPaneBaseState

Derived Classes: DockManagerContentPaneStateDockManagerSplitPaneStateDockManagerTabGroupPaneState

Constructors

DockManagerPaneBaseState()

Declaration

cs-api-definition
protected DockManagerPaneBaseState()

Properties

Dockable

Specifies whether the pane allows other panes to be docked to or over it. The default value is true. If set to false, the pane will not render a navigator element that allows docking.

Declaration

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

Property Value

bool

Id

The unique identifier of the pane.

Declaration

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

Property Value

string

Size

The size of the pane when it is part of a DockManagerSplitPane.

Declaration

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

Property Value

string

Visible

Determines whether the pane is visible or not.

Declaration

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

Property Value

bool