Gets the C1MenuItem that is the parent of this item.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
[ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")] public C1MenuItem Parent { get; } |
Visual Basic |
---|
<ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")> _ Public ReadOnly Property Parent As C1MenuItem Get |