RadControls for Silverlight

Represents a menu control that enables you to hierarchically organize elements with associated event handlers.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.1050

Syntax

C#
public class RadMenu : MenuBase
Visual Basic
Public Class RadMenu _
	Inherits MenuBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..MenuBase
                Telerik.Windows.Controls..::..RadMenu

See Also