ClassDockManagerTabGroupPane
Class
Represents a tab group pane in the DockManager. Children: Panes.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DockManagerTabGroupPane : DockManagerPaneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDockManagerPaneBaseDockManagerTabGroupPane
Implements:
Inherited Members
Constructors
DockManagerTabGroupPane()
Declaration
cs-api-definition
public DockManagerTabGroupPane()
Properties
AllowEmpty
Panes
Defines the content panes that will be displayed as tabs within this tab group. Children: DockManagerContentPane.
Declaration
cs-api-definition
[Parameter]
public RenderFragment Panes { get; set; }
Property Value
PanesCollection
Declaration
cs-api-definition
public IList<DockManagerPaneBase> PanesCollection { get; set; }
Property Value
IList<DockManagerPaneBase>
SelectedPaneId
Specifies the ID of the pane that should be initially selected and visible in the tab group. Must match the Id of one of the child panes. If not set or invalid, the first pane is selected.
Declaration
cs-api-definition
[Parameter]
public string SelectedPaneId { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides