Class TabPanel

Inheritance
System.Object
TabPanel
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.TabPanel", "AjaxControlToolkit.Tabs.Tabs.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(DynamicPopulateExtender))]
[RequiredScript(typeof(TabContainer))]
[ClientCssResource("AjaxControlToolkit.Tabs.Tabs.css")]
public class TabPanel : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

TabPanel()

Declaration
public TabPanel()

Properties

ContentTemplate

Declaration
public ITemplate ContentTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

DynamicContextKey

Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicContextKey")]
public string DynamicContextKey { get; set; }
Property Value
Type Description
System.String

DynamicServiceMethod

Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }
Property Value
Type Description
System.String

DynamicServicePath

Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServicePath")]
public string DynamicServicePath { get; set; }
Property Value
Type Description
System.String

Enabled

Declaration
[ExtenderControlProperty]
[ClientPropertyName("enabled")]
public override bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

HeaderTemplate

Declaration
public ITemplate HeaderTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

HeaderText

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

OnClientClick

Declaration
[ExtenderControlEvent]
[ClientPropertyName("click")]
public string OnClientClick { get; set; }
Property Value
Type Description
System.String

OnClientPopulated

Declaration
[ClientPropertyName("populated")]
[ExtenderControlEvent]
public string OnClientPopulated { get; set; }
Property Value
Type Description
System.String

OnClientPopulating

Declaration
[ClientPropertyName("populating")]
[ExtenderControlEvent]
public string OnClientPopulating { get; set; }
Property Value
Type Description
System.String

ScrollBars

Declaration
[ClientPropertyName("scrollBars")]
[ExtenderControlProperty]
public ScrollBars ScrollBars { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.ScrollBars

Methods

DescribeComponent(ScriptComponentDescriptor)

Declaration
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
Type Name Description
System.Web.UI.ScriptComponentDescriptor descriptor
Overrides

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderHeader(HtmlTextWriter)

Declaration
protected virtual void RenderHeader(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

Implements

System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler