ClassKendoAngularPanelBarConstants
String constants of the PanelBar(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.PanelBar
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularPanelBarConstants
Inheritance: objectKendoAngularPanelBarConstants
Constructors
KendoAngularPanelBarConstants()
Declaration
public KendoAngularPanelBarConstants()
Fields
CssArrowSpan
The CSS class of the arrow span.
CssDisabledPanel
The CSS class identifying disabled panel.
Declaration
public const string CssDisabledPanel = "k-state-disabled"
Field Value
CssDisabledPanelR32022
The CSS class identifying disabled panel for R32022.
Declaration
public const string CssDisabledPanelR32022 = "k-disabled"
Field Value
CssExpandedPanel
Declaration
public const string CssExpandedPanel = "k-state-expanded"
Field Value
CssExpandedPanelR32022
Declaration
public const string CssExpandedPanelR32022 = "k-expanded"
Field Value
CssPanelBarItemTag
Declaration
public const string CssPanelBarItemTag = "kendo-panelbar-item"
Field Value
CssPanelLinkSpan
The CSS class identifying panel link (contained span).
CssSelectedPanel
The CSS class identifying selected panel.
Declaration
public const string CssSelectedPanel = "k-state-selected"
Field Value
CssSelectedPanelR32022
The CSS class identifying selected panel for R32022.
Declaration
public const string CssSelectedPanelR32022 = "k-selected"
Field Value
Name
The name identifying the PanelBar control.
PanelBarFindExpression
The name identifying the PanelBar control.
Declaration
public const string PanelBarFindExpression = "tagname=kendo-panelbar"
Field Value
PanelBarItemFindExpression
The name identifying the Panel control.
Declaration
public const string PanelBarItemFindExpression = "tagname=kendo-panelbar-item"
Field Value
PanelBarItemName
The name identifying the PanelBarItem control.
Declaration
public const string PanelBarItemName = "KendoAngularPanelbarItem"
Field Value