ClassKendoMenuItem
KendoMenuItem control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoMenuItem : KendoUIHtmlListItemBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlListItemKendoUIHtmlListItemBaseKendoMenuItem
Inherited Members
Constructors
KendoMenuItem()
Initializes a new instance of the KendoMenuItem class.
Declaration
public KendoMenuItem()
KendoMenuItem(Element)
Initializes a new instance of the KendoMenuItem class.
Properties
AllOptions
Collection containing the options of the menu
Declaration
public IList<KendoMenuOption> AllOptions { get; }
Property Value
Disabled
Returns 'true' if the Menu is disabled. Otherwise 'false'.
Declaration
public bool Disabled { get; }
Property Value
Whether the Panel is disabled
Menu
Returns the parent menu of the current menu.
MenuItemIndex
Returns the index of the current menu.
MenuItemTitle
Gets current MenuItem title.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides