Class
TabStripConstants

The TabStrip constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class TabStripConstants

Inheritance: objectTabStripConstants

Fields

CssLevel

The CSS class for the level of tabs.

Declaration

cs-api-definition
public const string CssLevel = "rtsLevel rtsLevel"

Field Value

string

CssTab

The CSS class for the tab 'li' element.

Declaration

cs-api-definition
public const string CssTab = "rtsLI"

Field Value

string

The CSS class for the tab link element.

Declaration

cs-api-definition
public const string CssTabLink = "rtsLink"

Field Value

string

CssTabStrip

The CSS class identifying the TabStrip 'div' element.

Declaration

cs-api-definition
public const string CssTabStrip = "RadTabStrip"

Field Value

string

CssTabText

The CSS class for the tab text 'span' element.

Declaration

cs-api-definition
public const string CssTabText = "rtsTxt"

Field Value

string

TabKey

The Tab key used accross the classes.

Declaration

cs-api-definition
public const string TabKey = "Tab"

Field Value

string

TabStripKey

The TabStrip key used accross the classes.

Declaration

cs-api-definition
public const string TabStripKey = "RadTabStrip"

Field Value

string