Class TabItems
A list of items that are used to configure the Tabs component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TabItems
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class TabItems : SfBaseComponent
Constructors
TabItems()
Declaration
public TabItems()
Properties
ChildContent
Child Content for the Tab items.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Items
A list of items that are used to configure the tab item.
Declaration
public List<TabItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TabItem> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()