Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MenuItem Class / IsFirstLevel Property

In This Topic
    IsFirstLevel Property
    In This Topic
    Indicates whether the current item is a FirstLevel submenu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFirstLevel As Boolean
    public bool IsFirstLevel {get;}
    See Also