Class
DockManagerTabGroupPaneState

Represents the state of a tab group pane in the DockManager.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DockManagerTabGroupPaneState : DockManagerPaneBaseState

Inheritance: objectDockManagerPaneBaseStateDockManagerTabGroupPaneState

Inherited Members DockManagerPaneBaseState.DockableDockManagerPaneBaseState.IdDockManagerPaneBaseState.SizeDockManagerPaneBaseState.Visible

Constructors

DockManagerTabGroupPaneState()

Declaration

cs-api-definition
public DockManagerTabGroupPaneState()

Properties

AllowEmpty

Specifies whether an empty tabstrip should be rendered if no child panes are present.

Declaration

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

Property Value

bool

Panes

The state of the panes that are children of the current tab group pane.

Declaration

cs-api-definition
public IList<DockManagerPaneBaseState> Panes { get; set; }

Property Value

IList<DockManagerPaneBaseState>

SelectedPaneId

The id of the initially selected pane.

Declaration

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

Property Value

string