Class KendoMenuConstants
Inheritance
System.Object
KendoMenuConstants
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
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public static class KendoMenuConstants
Fields
CssArrowSpan
Declaration
public const string CssArrowSpan = "k-i-arrow"
Field Value
System.String
|
CssArrowSpanOld
Declaration
public const string CssArrowSpanOld = "k-arrow"
Field Value
System.String
|
CssDisabledItem
Declaration
public const string CssDisabledItem = "k-state-disabled"
Field Value
System.String
|
CssDisabledItemR32022
Declaration
public const string CssDisabledItemR32022 = "k-disabled"
Field Value
System.String
|
CssMenu
Declaration
public const string CssMenu = "k-widget k-reset k-header k-menu"
Field Value
System.String
|
CssMenuItem
Declaration
public const string CssMenuItem = "k-item"
Field Value
System.String
|
CssMenuItemLinkSpan
Declaration
public const string CssMenuItemLinkSpan = "k-link"
Field Value
System.String
|
CssOpenedItem
Declaration
public const string CssOpenedItem = "k-state-active"
Field Value
System.String
|
CssOpenedItemR32022
Declaration
public const string CssOpenedItemR32022 = "k-active"
Field Value
System.String
|
MenuKey
Declaration
public const string MenuKey = "KendoMenu"
Field Value
System.String
|