Class AssociatedMenuItem
Inheritance
System.Object
AssociatedMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AssociatedMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
AssociatedMenuItem(RadTreeNode)
Initializes a new instance of the AssociatedMenuItem class.
Declaration
public AssociatedMenuItem(RadTreeNode associatedNode)
Parameters
RadTreeNode
associatedNode
|
Properties
AssociatedNode
Gets the RadTreeNode to navigate to when the menu item is clicked.
Declaration
public RadTreeNode AssociatedNode { get; }
Property Value
RadTreeNode
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|