Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenu Class / HasItems Property

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