InterfaceIHierarchicalItem
Interface
Exposes methods and properties for e hierarchical items such as RadMenuItem.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IHierarchicalItem : IItemsOwner
Inherited Members
Properties
HasChildren
Gets a value indicating whether the item has children.
HierarchyParent
Gets or sets the item's parent.
Declaration
cs-api-definition
IHierarchicalItem HierarchyParent { get; set; }
Property Value
IsRootItem
Gets a value indicating whether the item is the root element if the hierarchy.
Owner
Gets or sets the item's owner.
Previous
Gets the previous item.
RootItem
Gets the root item of this item's hierarchy.