ComponentOne Basic Library for WPF and Silverlight
ParentItem Property (C1RadialMenuItem)


C1.Silverlight 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 System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Windows.Controls.ItemsControl
 
value = instance.ParentItem
public System.Windows.Controls.ItemsControl ParentItem {get;}
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members