Class RadMenu
Inheritance
System.Object
RadMenu
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadMenu : RadMenuBase, IAutomationPeer, IPeerConverter, IRadMenu, IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Constructors
RadMenu()
Declaration
public RadMenu()
Properties
ItemElements
Declaration
public IList<IRadMenuItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadMenuItem>
|
Implements
Items
Declaration
[Obsolete("The property is deprecated. Please use .ItemElements instead.")]
public IList<RadMenuItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadMenuItem>
|
Orientation
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|