RadControls for WPF

Represents a selectable item inside a RadMenu or RadContextMenu.

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

Syntax

C#
public class RadMenuItem : HeaderedItemsControl, 
	ICommandSource
Visual Basic
Public Class RadMenuItem _
	Inherits HeaderedItemsControl _
	Implements ICommandSource

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
                System.Windows.Controls..::..HeaderedItemsControl
                  Telerik.Windows.Controls..::..RadMenuItem
                    Telerik.Windows.Controls.Spreadsheet.Controls..::..SeparatorMenuItem
                    Telerik.Windows.Controls.TabControl..::..DropDownMenuItem

See Also