Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / ShowSelectedItem Property

In This Topic
    ShowSelectedItem Property (C1RadialMenuItem)
    In This Topic
    Determines whether icon, header and check sign of the selected sub-item should be displayed for the curren item.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectedItem As Boolean
    public bool ShowSelectedItem {get; set;}
    Remarks
    This property only makes sense for items with sub-items.
    See Also