Class KendoMenu
Inheritance
System.Object
KendoMenu
Inherited Members
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 class KendoMenu : KendoUIContainerControlBase
Constructors
KendoMenu()
Declaration
public KendoMenu()
KendoMenu(Element)
Properties
AllMenus
Declaration
public IList<KendoMenuItem> AllMenus { get; }
Property Value
System.Collections.Generic.IList<KendoMenuItem>
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
closeOnClick
Declaration
public bool closeOnClick { get; }
Property Value
System.Boolean
|
MenuId
Declaration
public string MenuId { get; }
Property Value
System.String
|
openOnClick
Declaration
public bool openOnClick { get; }
Property Value
System.Boolean
|
OrientationType
Methods
AssignElement(Element)
FindItems(Predicate<KendoMenu>)
Declaration
public IList<KendoMenu> FindItems(Predicate<KendoMenu> predicate)
Parameters
System.Predicate<KendoMenu>
predicate
|
Returns
System.Collections.Generic.IList<KendoMenu>
|
FindMenu(Predicate<KendoMenu>)
Declaration
public KendoMenu FindMenu(Predicate<KendoMenu> predicate)
Parameters
System.Predicate<KendoMenu>
predicate
|
Returns
KendoMenu
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()