ClassKendoMenuConstants
String constants of the Menu(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoMenuConstants
Inheritance: objectKendoMenuConstants
Fields
CssArrowSpan
The CSS class of the arrow span.
CssArrowSpanOld
The old CSS class of the arrow span.
CssDataGroup
The CSS class of the data group.
CssDataGroupparent
The CSS class of the data group parent.
Declaration
public const string CssDataGroupparent = "data-groupparent"
Field Value
CssDisabledItem
The class of disabled menu item.
Declaration
public const string CssDisabledItem = "k-state-disabled"
Field Value
CssDisabledItemR32022
The class of disabled menu item for R32022.
Declaration
public const string CssDisabledItemR32022 = "k-disabled"
Field Value
CssMenu
The class of the Kendo Menu.
Declaration
public const string CssMenu = "k-widget k-reset k-header k-menu"
Field Value
CssMenuItem
The CSS class identifying menu item.
CssMenuItemLinkSpan
The CSS class identifying menu link (contained span).
CssMenuScrollWrapper
The CSS class of the scroll wrapper.
Declaration
public const string CssMenuScrollWrapper = "k-menu-scroll-wrapper"
Field Value
CssOpenedItem
The class of opened menu item.
Declaration
public const string CssOpenedItem = "k-state-active"
Field Value
CssOpenedItemR32022
The class of opened menu item for R32022.
Declaration
public const string CssOpenedItemR32022 = "k-active"
Field Value
MenuFindClauses
The find expression clauses of the Kendo Menu.
MenuItemFindClauses
The find expression clauses of the Kendo Menu Item and Option.
Declaration
public static readonly string[] MenuItemFindClauses
Field Value
string[]
MenuKey
The name identifying the menu control.
MenuOptionParentConstraintFindClauses
The find expression clauses of the Kendo Menu Item and Option.
Declaration
public static readonly string[] MenuOptionParentConstraintFindClauses
Field Value
string[]
R12023SP1MenuOptionParentConstraintFindClauses
The find expression clauses of the Kendo Menu Item and Option.
Declaration
public static readonly string[] R12023SP1MenuOptionParentConstraintFindClauses
Field Value
string[]