Try our conversational search powered by Generative AI!

Class Tab

Inheritance
System.Object
Tab
Implements
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Tab : WebControl, IPostBackEventHandler, IPostBackDataHandler

Constructors

Tab()

Declaration
public Tab()

Fields

TabActiveClass

Declaration
public const string TabActiveClass = "epi-tabView-navigation-item-selected"
Field Value
Type Description
System.String

TabInactiveClass

Declaration
public const string TabInactiveClass = "epi-tabView-navigation-item"
Field Value
Type Description
System.String

Properties

Active

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean

GeneratesPostBack

Declaration
public bool GeneratesPostBack { get; set; }
Property Value
Type Description
System.Boolean

HasAccess

Declaration
public bool HasAccess { get; }
Property Value
Type Description
System.Boolean

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

PlugInID

Declaration
public int PlugInID { get; set; }
Property Value
Type Description
System.Int32

RequiredAccess

Declaration
public AccessLevel RequiredAccess { get; set; }
Property Value
Type Description
AccessLevel

Sticky

Declaration
public bool Sticky { get; set; }
Property Value
Type Description
System.Boolean

Text

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

Visible

Declaration
public override bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Methods

LoadPostData(String, NameValueCollection)

Declaration
public bool LoadPostData(string key, NameValueCollection data)
Parameters
Type Name Description
System.String key
System.Collections.Specialized.NameValueCollection data
Returns
Type Description
System.Boolean

OnPreRender(EventArgs)

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

OnTabClicked(EventArgs)

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

RaisePostBackEvent(String)

Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type Name Description
System.String eventArgument

RaisePostDataChangedEvent()

Declaration
public void RaisePostDataChangedEvent()

Render(HtmlTextWriter)

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

Events

TabClicked

Declaration
public event EventHandler TabClicked
Event Type
Type Description
System.EventHandler

Implements

System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler

Extension Methods