Interface ITreeNode<T>
Interface to the node
Namespace: Telerik.Collections.Generic
Assembly: Telerik.WinControls.dll
Syntax
public interface ITreeNode<T>
Type Parameters
T
|
Properties
Key
Gets the key of the tree node.
Declaration
T Key { get; }
Property Value
T
The key associated with the tree node. |