ClassKendoPanelBarConstants
String constants of the PanelBar(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoPanelBarConstants
Inheritance: objectKendoPanelBarConstants
Fields
CssActivePanel
The CSS class identifying selected panel.
Declaration
public const string CssActivePanel = "k-state-highlighted"
Field Value
CssActivePanelR12022
The CSS class identifying selected panel for R12022.
Declaration
public const string CssActivePanelR12022 = "k-state-highlight"
Field Value
CssActivePanelR32022
The CSS class identifying selected panel for R32022.
Declaration
public const string CssActivePanelR32022 = "k-highlight"
Field Value
CssArrowSpan
The CSS class of the arrow span.
CssArrowSpanOld
The old CSS class of the arrow span.
CssDefaultPanel
The CSS class identifying default panel.
Declaration
public const string CssDefaultPanel = "k-state-default"
Field Value
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
The CSS class identifying disabled panel.
Declaration
public const string CssExpandedPanel = "k-state-active"
Field Value
CssExpandedPanelR22024
The CSS class identifying disabled panel for R22024.
Declaration
public const string CssExpandedPanelR22024 = "k-expanded"
Field Value
CssExpandedPanelR32022
The CSS class identifying disabled panel for R32022.
Declaration
public const string CssExpandedPanelR32022 = "k-active"
Field Value
CssPanelBar
The CSS class identifying the control.
Declaration
public const string CssPanelBar = "k-widget k-reset k-header k-panelbar"
Field Value
CssPanelItem
The CSS class identifying panel.
Declaration
public const string CssPanelItem = "k-panelbar-item"
Field Value
CssPanelLinkSpan
The CSS class identifying panel link (contained span).
PanelBarFindClauses
The main find clauses for PanelBar control.
Declaration
public static readonly string[] PanelBarFindClauses
Field Value
string[]
PanelBarKey
The name identifying the PanelBar control.
PanelFindClauses
The main find clauses for Panel control.
PanelKey
The name identifying the Panel control.
R12023CssPanelItem
The CSS class identifying panel.
R12023PanelFindClauses
The R12023 and before find clauses for Panel control.
Declaration
public static readonly string[] R12023PanelFindClauses
Field Value
string[]