Class
KendoAngularPanelBarConstants

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:

cs-api-definition
public class KendoAngularPanelBarConstants

Inheritance: objectKendoAngularPanelBarConstants

Constructors

KendoAngularPanelBarConstants()

Declaration

cs-api-definition
public KendoAngularPanelBarConstants()

Fields

CssArrowSpan

The CSS class of the arrow span.

Declaration

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

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

Declaration

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

Field Value

string

CssExpandedPanelR32022

Declaration

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

Field Value

string

CssPanelBarItemTag

Declaration

cs-api-definition
public const string CssPanelBarItemTag = "kendo-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

CssSelectedPanel

The CSS class identifying selected panel.

Declaration

cs-api-definition
public const string CssSelectedPanel = "k-state-selected"

Field Value

string

CssSelectedPanelR32022

The CSS class identifying selected panel for R32022.

Declaration

cs-api-definition
public const string CssSelectedPanelR32022 = "k-selected"

Field Value

string

Name

The name identifying the PanelBar control.

Declaration

cs-api-definition
public const string Name = "KendoAngularPanelBar"

Field Value

string

PanelBarFindExpression

The name identifying the PanelBar control.

Declaration

cs-api-definition
public const string PanelBarFindExpression = "tagname=kendo-panelbar"

Field Value

string

PanelBarItemFindExpression

The name identifying the Panel control.

Declaration

cs-api-definition
public const string PanelBarItemFindExpression = "tagname=kendo-panelbar-item"

Field Value

string

PanelBarItemName

The name identifying the PanelBarItem control.

Declaration

cs-api-definition
public const string PanelBarItemName = "KendoAngularPanelbarItem"

Field Value

string