RadzenTabsItem Class

RadzenTabsItem component.

Inheritance

Object

ComponentBase

RadzenTabsItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenTabsItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenTabsItemlink

RadzenTabsItem component.

Declaration
public RadzenTabsItem()

Properties

Attributeslink

Gets or sets the arbitrary attributes.

Declaration
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type Description
IDictionary<string, object>Gets or sets the arbitrary attributes.

ChildContentlink

Gets or sets the child content.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the child content.

Disabledlink

Gets or sets a value indicating whether this RadzenTabsItem is disabled.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenTabsItem is disabled.

Iconlink

Gets or sets the icon.

Declaration
public string Icon { get; set; }
Property Value
Type Description
stringGets or sets the icon.

IconColorlink

Gets or sets the icon color.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
stringGets or sets the icon color.

Indexlink

Gets the index.

Declaration
public int Index { get; }
Property Value
Type Description
intGets the index.

IsSelectedlink

Gets a value indicating whether this instance is selected.

Declaration
public bool IsSelected { get; }
Property Value
Type Description
boolGets a value indicating whether this instance is selected.

Selectedlink

Gets or sets a value indicating whether this RadzenTabsItem is selected.

Declaration
public bool Selected { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenTabsItem is selected.

Stylelink

Gets or sets the style.

Declaration
public string Style { get; set; }
Property Value
Type Description
stringGets or sets the style.

Tabslink

Gets or sets the tabs.

Declaration
public RadzenTabs Tabs { get; set; }
Property Value
Type Description
RadzenTabsGets or sets the tabs.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<RadzenTabsItem> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenTabsItem>Gets or sets the template.

Textlink

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

Visiblelink

Gets or sets a value indicating whether this RadzenTabsItem is visible.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenTabsItem is visible.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

Disposelink

Declaration
public void Dispose()

OnInitializedAsynclink

On initialized as an asynchronous operation.

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
TaskA Task representing the asynchronous operation.

SetParametersAsynclink

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙