ITreeNode<T>
Interface
Interface to the node
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public interface ITreeNode<T>
Derived Classes:
Properties
Key
T
Gets the key of the tree node.
C#
T Key { get; }
The key associated with the tree node.