Interface ITreeNodeAware<T>
Interface representing a type which gets informed about it's tree node.
Namespace:Extend
Assembly:Extend.dll
Syntax
public interface ITreeNodeAware<T>
Type Parameters
Name | Description |
---|---|
T | The type of the nodes value. |
Properties
| Improve this Doc View SourceNode
Gets or sets the node of the object.
Declaration
ITreeNode<T> Node { get; set; }
Property Value
Type | Description |
---|---|
ITreeNode<T><T> | The node of the object. |