Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / HasContent Property

In This Topic
    HasContent Property (C1RadialNumericItem)
    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