Class RibbonBarApplicationMenuItem
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.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RibbonBarApplicationMenuItem : HtmlContainerControl
Constructors
RibbonBarApplicationMenuItem()
Declaration
public RibbonBarApplicationMenuItem()
RibbonBarApplicationMenuItem(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.
|
Overrides
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
System.
|
ImageUrl
Declaration
public string ImageUrl { get; }
Property Value
System.
|
Index
Declaration
public int Index { get; }
Property Value
System.
|
Items
Declaration
public IList<RibbonBarApplicationMenuItem> Items { get; }
Property Value
System.
|
Level
Declaration
public int Level { get; }
Property Value
System.
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
AssignElement(Element)
ControlAssert()
FindItem(Predicate<RadMenuItem>)
Declaration
public RadMenuItem FindItem(Predicate<RadMenuItem> predicate)
Parameters
System.
|
Returns
FindItemByText(String)
Declaration
public RadMenuItem FindItemByText(string itemText)
Parameters
System.
|