ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As Boolean
     
    value = instance.IsFirstLevel
    public bool IsFirstLevel {get;}
    public:
    property bool IsFirstLevel {
       bool get();
    }
    See Also