RadControls for WPF

Represents a control that defines choices for users to select.

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

Syntax

C#
public abstract class MenuBase : ItemsControl
Visual Basic
Public MustInherit Class MenuBase _
	Inherits ItemsControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls..::..MenuBase
                  Telerik.Windows.Controls..::..RadContextMenu
                  Telerik.Windows.Controls..::..RadMenu

See Also