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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.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
Orientation
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|