IHierarchicalItem
Interface
Exposes methods and properties for e hierarchical items such as RadMenuItem.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface IHierarchicalItem : IItemsOwner
Derived Classes:
Inherited Members
Properties
Gets a value indicating whether the item has children.
C#
bool HasChildren { get; }
Gets or sets the item's parent.
C#
IHierarchicalItem HierarchyParent { get; set; }
Gets a value indicating whether the item is the root element if the hierarchy.
C#
bool IsRootItem { get; }
Gets the root item of this item's hierarchy.
C#
IHierarchicalItem RootItem { get; }