ClassPanelBarConstants
Class
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
CssPanelBarItem
The CSS class identifying the PanelBar item.
CssPanelBarItemExpandableSpan
The CSS class identifying the PanelBar item expandable span.
Declaration
cs-api-definition
public const string CssPanelBarItemExpandableSpan = "rpExpandHandle"
Field Value
CssPanelBarItemLink
The CSS class identifying the PanelBar item link.
CssPanelBarItemTemplate
The CSS class identifying the PanelBar item template.
Declaration
cs-api-definition
public const string CssPanelBarItemTemplate = "rpTemplate"
Field Value
CssPanelBarItemText
The CSS class identifying the PanelBar item text span element.
PanelBarItemKey
The PanelBarItem key used across the source classes.
Declaration
cs-api-definition
public const string PanelBarItemKey = "RadPanelBarItem"
Field Value
PanelBarKey
The PanelBar key used across the source classes.