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