ComponentOne FinancialChart for WPF
ParentItem Property (C1RadialMenuItem)



C1.WPF Namespace > C1RadialMenuItem Class : ParentItem Property
Gets the System.Windows.Controls.ItemsControl that is the parent of this item.
Syntax
'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();
}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members