ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / ShowSelectedItem Property

In This Topic
    ShowSelectedItem Property
    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 System.Boolean
    public System.bool ShowSelectedItem {get; set;}
    Remarks
    This property only makes sense for items with sub-items.
    See Also