ClassKendoMenuOption
KendoMenuOption control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoMenuOption : KendoUIHtmlListItemBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlListItemKendoUIHtmlListItemBaseKendoMenuOption
Inherited Members
Constructors
KendoMenuOption()
Initializes a new instance of the Option class.
Declaration
public KendoMenuOption()
KendoMenuOption(Element)
Initializes a new instance of the Option class.
Properties
Disabled
Returns 'true' if the Menu is disabled. Otherwise 'false'.
Declaration
public bool Disabled { get; }
Property Value
Whether the Panel is disabled
MenuItem
Returns the parent MenuItem.
MenuOptionIndex
Returns the index of the current menuOption.
MenuOptionTitle
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