Class
KendoPanelBarConstants

String constants of the PanelBar(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoPanelBarConstants

Inheritance: objectKendoPanelBarConstants

Fields

CssActivePanel

The CSS class identifying selected panel.

Declaration

cs-api-definition
public const string CssActivePanel = "k-state-highlighted"

Field Value

string

CssActivePanelR12022

The CSS class identifying selected panel for R12022.

Declaration

cs-api-definition
public const string CssActivePanelR12022 = "k-state-highlight"

Field Value

string

CssActivePanelR32022

The CSS class identifying selected panel for R32022.

Declaration

cs-api-definition
public const string CssActivePanelR32022 = "k-highlight"

Field Value

string

CssArrowSpan

The CSS class of the arrow span.

Declaration

cs-api-definition
public const string CssArrowSpan = "k-i-arrow"

Field Value

string

CssArrowSpanOld

The old CSS class of the arrow span.

Declaration

cs-api-definition
public const string CssArrowSpanOld = "k-arrow"

Field Value

string

CssDefaultPanel

The CSS class identifying default panel.

Declaration

cs-api-definition
public const string CssDefaultPanel = "k-state-default"

Field Value

string

CssDisabledPanel

The CSS class identifying disabled panel.

Declaration

cs-api-definition
public const string CssDisabledPanel = "k-state-disabled"

Field Value

string

CssDisabledPanelR32022

The CSS class identifying disabled panel for R32022.

Declaration

cs-api-definition
public const string CssDisabledPanelR32022 = "k-disabled"

Field Value

string

CssExpandedPanel

The CSS class identifying disabled panel.

Declaration

cs-api-definition
public const string CssExpandedPanel = "k-state-active"

Field Value

string

CssExpandedPanelR22024

The CSS class identifying disabled panel for R22024.

Declaration

cs-api-definition
public const string CssExpandedPanelR22024 = "k-expanded"

Field Value

string

CssExpandedPanelR32022

The CSS class identifying disabled panel for R32022.

Declaration

cs-api-definition
public const string CssExpandedPanelR32022 = "k-active"

Field Value

string

CssPanelBar

The CSS class identifying the control.

Declaration

cs-api-definition
public const string CssPanelBar = "k-widget k-reset k-header k-panelbar"

Field Value

string

CssPanelItem

The CSS class identifying panel.

Declaration

cs-api-definition
public const string CssPanelItem = "k-panelbar-item"

Field Value

string

CssPanelLinkSpan

The CSS class identifying panel link (contained span).

Declaration

cs-api-definition
public const string CssPanelLinkSpan = "k-link"

Field Value

string

PanelBarFindClauses

The main find clauses for PanelBar control.

Declaration

cs-api-definition
public static readonly string[] PanelBarFindClauses

Field Value

string[]

PanelBarKey

The name identifying the PanelBar control.

Declaration

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

Field Value

string

PanelFindClauses

The main find clauses for Panel control.

Declaration

cs-api-definition
public static readonly string[] PanelFindClauses

Field Value

string[]

PanelKey

The name identifying the Panel control.

Declaration

cs-api-definition
public const string PanelKey = "KendoPanel"

Field Value

string

R12023CssPanelItem

The CSS class identifying panel.

Declaration

cs-api-definition
public const string R12023CssPanelItem = "k-item"

Field Value

string

R12023PanelFindClauses

The R12023 and before find clauses for Panel control.

Declaration

cs-api-definition
public static readonly string[] R12023PanelFindClauses

Field Value

string[]