Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenTabsItem

    RadzenTabsItem component.

    Inheritance
    System.Object
    RadzenTabsItem
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenTabsItem : IDisposable

    Properties

    Attributes

    Gets or sets the arbitrary attributes.

    Declaration
    public IDictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>

    The arbitrary attributes.

    ChildContent

    Gets or sets the child content.

    Declaration
    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
    public bool Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if disabled; otherwise, false.

    Icon

    Gets or sets the icon.

    Declaration
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String

    The icon.

    IconColor

    Gets or sets the icon color.

    Declaration
    public string IconColor { get; set; }
    Property Value
    Type Description
    System.String

    The icon color.

    Index

    Gets the index.

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

    The index.

    IsSelected

    Gets a value indicating whether this instance is selected.

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

    true if this instance is selected; otherwise, false.

    Selected

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

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if selected; otherwise, false.

    Style

    Gets or sets the style.

    Declaration
    public string Style { get; set; }
    Property Value
    Type Description
    System.String

    The style.

    Tabs

    Gets or sets the tabs.

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

    The tabs.

    Template

    Gets or sets the template.

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

    The template.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Visible

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

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if visible; otherwise, false.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    OnInitializedAsync()

    On initialized as an asynchronous operation.

    Declaration
    protected override async Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    SetParametersAsync(ParameterView)

    Declaration
    public override async Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task

    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