ClassDockManagerTabGroupPaneState
Class
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
Constructors
DockManagerTabGroupPaneState()
Declaration
cs-api-definition
public DockManagerTabGroupPaneState()
Properties
AllowEmpty
Specifies whether an empty tabstrip should be rendered if no child panes are present.
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
SelectedPaneId
The id of the initially selected pane.