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
Declaration
T Key { get; }
Property Value
T
|