Class TabPanel
Inheritance
System.Object
TabPanel
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[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
Declaration
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 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServiceMethod")]
public string DynamicServiceMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dynamicServicePath")]
public string DynamicServicePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("enabled")]
public override bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ITemplate HeaderTemplate { get; set; }
Property Value
Type |
Description |
System.Web.UI.ITemplate |
|
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("click")]
public string OnClientClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("populated")]
[ExtenderControlEvent]
public string OnClientPopulated { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("populating")]
[ExtenderControlEvent]
public string OnClientPopulating { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("scrollBars")]
[ExtenderControlProperty]
public ScrollBars ScrollBars { get; set; }
Property Value
Type |
Description |
System.Web.UI.WebControls.ScrollBars |
|
Methods
Declaration
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
Type |
Name |
Description |
System.Web.UI.ScriptComponentDescriptor |
descriptor |
|
Overrides
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 |
|
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