New to Telerik UI for WinFormsStart a free 30-day trial

Exposes methods and properties for e hierarchical items such as RadMenuItem.

Definition

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 next item.

C#
RadItem Next { get; }

Gets or sets the item's owner.

C#
object Owner { get; set; }

Gets the previous item.

C#
RadItem Previous { get; }

Gets the root item of this item's hierarchy.

C#
IHierarchicalItem RootItem { get; }