Class TelerikTabStrip
The class for the Telerik Tab Strip component.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TelerikTabStrip
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikTabStrip : BaseComponent, IDisposable, ITabContainer
Constructors
TelerikTabStrip()
Declaration
public TelerikTabStrip()
Properties
ActiveTabIndex
The currently active tab's index. If not set, the first tab will be active.
Declaration
public int ActiveTabIndex { get; set; }
Property Value
System.Int32
|
ActiveTabIndexChanged
Fires when the active tab has changed.
Declaration
public EventCallback<int> ActiveTabIndexChanged { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<System.Int32>
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
TabPosition
The position of the tabs list in relation to the content.
Declaration
public TabPosition TabPosition { get; set; }
Property Value
TabPosition
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public override void Dispose()
Overrides
Telerik.Blazor.Components.Common.BaseComponent.Dispose()
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
Telerik.Blazor.Components.Common.BaseComponent.OnAfterRenderAsync(System.Boolean)