ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / HasItems Property



In This Topic
    HasItems Property (C1RadialMenuItem)
    In This Topic
    Gets a value that indicates whether the ItemsControl contains items.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property HasItems As Boolean
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Boolean
     
    value = instance.HasItems
    public new bool HasItems {get;}
    public:
    new property bool HasItems {
       bool get();
    }
    See Also