Represents a tab group pane in the DockManager. Children: Panes.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DockManagerTabGroupPane : DockManagerPaneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDockManagerPaneBaseDockManagerTabGroupPane
Implements:
Inherited Members
Constructors
C#
public DockManagerTabGroupPane()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Defines the content panes that will be displayed as tabs within this tab group. Children: DockManagerContentPane.
C#
[Parameter]
public RenderFragment Panes { get; set; }
C#
public IList<DockManagerPaneBase> PanesCollection { get; set; }
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.
C#
[Parameter]
public string SelectedPaneId { get; set; }