ClassKendoMenu
KendoMenu control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoMenu : KendoUIContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoUIContainerControlBaseKendoMenu
Inherited Members
Constructors
KendoMenu()
Initializes a new instance of the KendoMenu class.
Declaration
public KendoMenu()
KendoMenu(Element)
Initializes a new instance of the KendoMenu class.
Properties
AllMenus
Collection containing the sub Menu items of the Menu.
Declaration
public IList<KendoMenuItem> AllMenus { get; }
Property Value
ClientSideLocator
Gets the client-side code that defines the KendoMenu.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
OrientationType
Menu orientation.
Declaration
public MenuOrientationType OrientationType { get; }
Property Value
closeOnClick
Whether the menu closes on option selected.
openOnClick
Whether the opens and closes on root item click
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
FindItems(Predicate<KendoMenu>)
Find all menu items by given predicate.
FindMenu(Predicate<KendoMenu>)
Find menu by given predicate.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides