'Declaration
Public ReadOnly Property ParentItem As ItemsControl
'Usage
Dim instance As C1RadialMenuItem Dim value As ItemsControl value = instance.ParentItem
public ItemsControl ParentItem {get;}
public: property ItemsControl^ ParentItem { ItemsControl^ get(); }