List of menu items. This list can be set as the content of a dropdown to make a drop down list.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public class C1MenuList : C1Menu
Visual Basic
Public Class C1MenuList _
	Inherits C1Menu

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Silverlight..::..C1HierarchicalPresenter
              C1.Silverlight..::..C1Menu
                C1.Silverlight..::..C1MenuList

See Also