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

In This Topic
    ParentItem Property (C1RadialMenuItem)
    In This Topic
    Gets the Windows.UI.Xaml.Controls.ItemsControl that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItem As ItemsControl
    public ItemsControl ParentItem {get;}
    See Also