ClassRadLightMenuItem
Represents the RadLightMenuItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadLightMenuItem : RadMenuItem
Inheritance: objectControlHtmlControlHtmlContainerControlBaseMenuItemRadMenuItemRadLightMenuItem
Inherited Members
Constructors
RadLightMenuItem()
Initializes a new instance of the RadLightMenuItem class.
Declaration
public RadLightMenuItem()
RadLightMenuItem(Element)
Initializes a new instance of the RadLightMenuItem class.
Properties
HasChildren
Check whether the item has children.
Items
Returns the list of child items of this menu item.
Declaration
public IList<RadLightMenuItem> Items { get; }
Property Value
LocatorExpression
Get the FindParam that defines the pattern for a menu item.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the LightMenuItem control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
Click()
Click the item or navigate if the NavigateUrl is set.
Declaration
public void Click()
InitializeMenuItemLocator()
Declaration
protected virtual void InitializeMenuItemLocator()
Navigate(bool)
Declaration
public void Navigate(bool ensureShouldNavigate)
Parameters
ensureShouldNavigate