ClassDockManagerTabGroupPane
Class
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
Specifies whether an empty tabstrip should be rendered if no child panes are present.
Panes
A render fragment that hosts the initial panes collection.
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
The id of the initially selected pane.
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