Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / HasContent Property

In This Topic
    HasContent Property (C1RadialMenuItem)
    In This Topic
    Gets a value that indicates whether the C1RadialMenuItem contains sub-items or any other content.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property HasContent As Boolean
    public virtual bool HasContent {get;}
    Remarks
    This property returns false for empty items, used as separators.
    See Also