ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / ParentItem Property



In This Topic
    ParentItem Property (C1MenuItem)
    In This Topic
    Gets the C1MenuItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItem As C1MenuItem
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As C1MenuItem
     
    value = instance.ParentItem
    public C1MenuItem ParentItem {get;}
    public:
    property C1MenuItem^ ParentItem {
       C1MenuItem^ get();
    }
    See Also