menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TabItem

    Represents the TabItem control

    Inheritance
    System.Object
    CommonControl
    TabItem
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    CommonControl.GetDependentFiles()
    CommonControl.Render(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class TabItem : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    TabItem()

    Declaration
    public TabItem()

    Properties

    ContentSection

    Gets or sets the content section of Tab

    Declaration
    public HtmlGenericControl ContentSection { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    HeaderSection

    Declaration
    public HtmlGenericControl HeaderSection { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    ID

    Gets or sets the identifier

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

    ImageCssClass

    Gets or sets the image CSS class

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

    Text

    Gets or sets the text

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

    Url

    Gets or sets the url

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

    Methods

    CreateChildControls()

    Create the child controls

    Declaration
    protected override void CreateChildControls()

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved