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