menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabItemModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabItemModel

    Provides information about the tab item.

    Inheritance
    System.Object
    TabItemModel
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TabItemModel : Object

    Constructors

    TabItemModel()

    Declaration
    public TabItemModel()

    Properties

    Content

    Gets or sets the text content to be displayed for tab item.

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

    CssClass

    Gets or sets the classes for tab item to customize the tab header and content.

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

    Disabled

    Gets or sets whether the tab panel is disabled or not.

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

    Header

    Gets or sets the header content of tab item.

    Declaration
    public HeaderModel Header { get; set; }
    Property Value
    Type
    HeaderModel

    HeaderTemplate

    Gets or sets template as Microsoft.AspNetCore.Components.RenderFragment, that defines custom appearance of tab header.

    Declaration
    public RenderFragment HeaderTemplate { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment

    ID

    Gets or sets the unique ID for tab item.

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

    TabIndex

    Gets or sets the tab order of the tab items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.

    Declaration
    public int TabIndex { get; set; }
    Property Value
    Type
    System.Int32

    Visible

    Gets or sets whether the tab panel is hidden or not.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved