Interface
IHierarchicalItem

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 IItemsOwner.Items

Properties

HasChildren

Gets a value indicating whether the item has children.

Declaration

cs-api-definition
bool HasChildren { get; }

Property Value

bool

HierarchyParent

Gets or sets the item's parent.

Declaration

cs-api-definition
IHierarchicalItem HierarchyParent { get; set; }

Property Value

IHierarchicalItem

IsRootItem

Gets a value indicating whether the item is the root element if the hierarchy.

Declaration

cs-api-definition
bool IsRootItem { get; }

Property Value

bool

Next

Gets the next item.

Declaration

cs-api-definition
RadItem Next { get; }

Property Value

RadItem

Owner

Gets or sets the item's owner.

Declaration

cs-api-definition
object Owner { get; set; }

Property Value

object

Previous

Gets the previous item.

Declaration

cs-api-definition
RadItem Previous { get; }

Property Value

RadItem

RootItem

Gets the root item of this item's hierarchy.

Declaration

cs-api-definition
IHierarchicalItem RootItem { get; }

Property Value

IHierarchicalItem