ClassRadMenu
Class
Represents the Silverlight RadMenu wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadMenu : RadMenuBase, IAutomationPeer, IPeerConverter, IRadMenu, IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadMenuBaseRadMenu
Implements:
Inherited Members
Constructors
RadMenu()
Initializes a new instance of the RadMenu class.
Declaration
cs-api-definition
public RadMenu()
Properties
ItemElements
Gets the collection of all the root RadMenuItem elements.
Declaration
cs-api-definition
public IList<IRadMenuItem> ItemElements { get; }
Property Value
Implements
Items
Gets the collection of all the root RadMenuItem elements.
Declaration
cs-api-definition
[Obsolete("The property is deprecated. Please use .ItemElements instead.")]
public IList<RadMenuItem> Items { get; }
Property Value
Orientation
Gets or sets a value that specifies the menu orientation.
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements