menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabBaseItem

    Show / Hide Table of Contents

    Class TabBaseItem

    Inheritance
    System.Object
    EJTagHelper
    TabBaseItem
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TabBaseItem : EJTagHelper

    Constructors

    TabBaseItem()

    Initializes a new instance of the TabBaseItem class.

    Declaration
    public TabBaseItem()

    Properties

    ContentTemplate

    Gets or sets the content template.

    Declaration
    public MvcTemplate<TabBaseItem> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<TabBaseItem>

    The content template.

    HeaderTemplate

    Declaration
    public MvcTemplate<TabBaseItem> HeaderTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<TabBaseItem>

    ID

    Gets or sets the identifier.

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

    The id.

    Text

    Gets or sets the text.

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

    The text.

    Url

    Gets or sets the URL.

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

    The url.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved