Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenTabsItem

    RadzenTabsItem component.

    Inheritance
    object
    ComponentBase
    RadzenTabsItem
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenTabsItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    RadzenTabsItem()

    RadzenTabsItem component.

    Declaration
    public RadzenTabsItem()

    Properties

    Attributes

    Gets or sets the arbitrary attributes.

    Declaration
    [Parameter(CaptureUnmatchedValues = true)]
    public IDictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>

    The arbitrary attributes.

    ChildContent

    Gets or sets the child content.

    Declaration
    [Parameter]
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    The child content.

    Disabled

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

    Declaration
    [Parameter]
    public bool Disabled { get; set; }
    Property Value
    Type Description
    bool

    true if disabled; otherwise, false.

    Icon

    Gets or sets the icon.

    Declaration
    [Parameter]
    public string Icon { get; set; }
    Property Value
    Type Description
    string

    The icon.

    IconColor

    Gets or sets the icon color.

    Declaration
    [Parameter]
    public string IconColor { get; set; }
    Property Value
    Type Description
    string

    The icon color.

    Index

    Gets the index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    int

    The index.

    IsSelected

    Gets a value indicating whether this instance is selected.

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type Description
    bool

    true if this instance is selected; otherwise, false.

    Selected

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

    Declaration
    [Parameter]
    public bool Selected { get; set; }
    Property Value
    Type Description
    bool

    true if selected; otherwise, false.

    Style

    Gets or sets the style.

    Declaration
    [Parameter]
    public string Style { get; set; }
    Property Value
    Type Description
    string

    The style.

    Tabs

    Gets or sets the tabs.

    Declaration
    [CascadingParameter]
    public RadzenTabs Tabs { get; set; }
    Property Value
    Type Description
    RadzenTabs

    The tabs.

    Template

    Gets or sets the template.

    Declaration
    [Parameter]
    public RenderFragment<RadzenTabsItem> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<RadzenTabsItem>

    The template.

    Text

    Gets or sets the text.

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    Visible

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

    Declaration
    [Parameter]
    public bool Visible { get; set; }
    Property Value
    Type Description
    bool

    true if visible; otherwise, false.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenTabsItem component.

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

    Dispose()

    RadzenTabsItem component.

    Declaration
    public void Dispose()

    OnInitializedAsync()

    On initialized as an asynchronous operation.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    ComponentBase.OnInitializedAsync()

    SetParametersAsync(ParameterView)

    RadzenTabsItem component.

    Declaration
    public override Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task
    Overrides
    ComponentBase.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT