alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TabItemModel

    Provides information about the tab item.

    Inheritance
    object
    TabItemModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TabItemModel

    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
    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
    string

    Disabled

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

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

    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 RenderFragment, that defines custom appearance of tab header.

    Declaration
    public RenderFragment HeaderTemplate { get; set; }
    Property Value
    Type
    RenderFragment

    ID

    Gets or sets the unique ID for tab item.

    Declaration
    public string ID { get; set; }
    Property Value
    Type
    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
    int

    Visible

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

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