InterfaceIOrderedTree<T>
Interface
Interface to the tree which supports direct access to the items
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
cs-api-definition
public interface IOrderedTree<T> : ISortedTree<T>, ITree<T>
Inherited Members
Methods
GetByOrder(int)
Get item by order index
GetOrder(ITreeNode<T>)
Get index by item