Class
PanelBarConstants

Represents the PanelBar constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class PanelBarConstants

Inheritance: objectPanelBarConstants

Fields

CssPanelBar

The CSS class identifying the PanelBar control.

Declaration

cs-api-definition
public const string CssPanelBar = "RadPanelBar RadPanelBar"

Field Value

string

CssPanelBarItem

The CSS class identifying the PanelBar item.

Declaration

cs-api-definition
public const string CssPanelBarItem = "rpItem"

Field Value

string

CssPanelBarItemExpandableSpan

The CSS class identifying the PanelBar item expandable span.

Declaration

cs-api-definition
public const string CssPanelBarItemExpandableSpan = "rpExpandHandle"

Field Value

string

The CSS class identifying the PanelBar item link.

Declaration

cs-api-definition
public const string CssPanelBarItemLink = "rpLink"

Field Value

string

CssPanelBarItemTemplate

The CSS class identifying the PanelBar item template.

Declaration

cs-api-definition
public const string CssPanelBarItemTemplate = "rpTemplate"

Field Value

string

CssPanelBarItemText

The CSS class identifying the PanelBar item text span element.

Declaration

cs-api-definition
public const string CssPanelBarItemText = "rpText"

Field Value

string

PanelBarItemKey

The PanelBarItem key used across the source classes.

Declaration

cs-api-definition
public const string PanelBarItemKey = "RadPanelBarItem"

Field Value

string

PanelBarKey

The PanelBar key used across the source classes.

Declaration

cs-api-definition
public const string PanelBarKey = "RadPanelBar"

Field Value

string