Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuList Class
Members

In This Topic
    C1MenuList Class
    In This Topic
    List of menu items. This list can be set as the content of a dropdown to make a drop down list.
    Object Model
    C1MenuList Class
    Syntax
    'Declaration
     
    
    Public Class C1MenuList 
       Inherits C1Menu
    public class C1MenuList : C1Menu 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ItemsControl
                      C1.Xaml.C1HierarchicalPresenter
                         C1.Xaml.C1Menu
                            C1.Xaml.C1MenuList

    See Also