Class TabItem
Represents the TabItem control
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
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