Class KendoAngularPanelBarConstants
Inheritance
System.Object
KendoAngularPanelBarConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.TestingFramework.Controls.KendoUI.Angular.PanelBar
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularPanelBarConstants
Constructors
KendoAngularPanelBarConstants()
Declaration
public KendoAngularPanelBarConstants()
Fields
CssArrowSpan
Declaration
public const string CssArrowSpan = "k-i-arrow"
Field Value
System.String
|
CssDisabledPanel
Declaration
public const string CssDisabledPanel = "k-state-disabled"
Field Value
System.String
|
CssDisabledPanelR32022
Declaration
public const string CssDisabledPanelR32022 = "k-disabled"
Field Value
System.String
|
CssExpandedPanel
Declaration
public const string CssExpandedPanel = "k-state-expanded"
Field Value
System.String
|
CssExpandedPanelR32022
Declaration
public const string CssExpandedPanelR32022 = "k-expanded"
Field Value
System.String
|
CssPanelBarItemTag
Declaration
public const string CssPanelBarItemTag = "kendo-panelbar-item"
Field Value
System.String
|
CssPanelLinkSpan
Declaration
public const string CssPanelLinkSpan = "k-link"
Field Value
System.String
|
CssSelectedPanel
Declaration
public const string CssSelectedPanel = "k-state-selected"
Field Value
System.String
|
CssSelectedPanelR32022
Declaration
public const string CssSelectedPanelR32022 = "k-selected"
Field Value
System.String
|
Name
Declaration
public const string Name = "KendoAngularPanelBar"
Field Value
System.String
|
PanelBarFindExpression
Declaration
public const string PanelBarFindExpression = "tagname=kendo-panelbar"
Field Value
System.String
|
PanelBarItemFindExpression
Declaration
public const string PanelBarItemFindExpression = "tagname=kendo-panelbar-item"
Field Value
System.String
|
PanelBarItemName
Declaration
public const string PanelBarItemName = "KendoAngularPanelbarItem"
Field Value
System.String
|