Node PropertiesTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
The Node type exposes the following members.
Properties

  NameDescription
Public propertyData
Additional data. Currently not used.
Public propertyEdges
A List of all Edges to or from this Node.
Public propertyExpanded
Whether or not this Node is currently expanded (view-only).
Public propertyName
The name for this Node. This will be used to uniquely identify the node (for instance when searching for it).
Public propertyVisible
Whether or not this Node is currently visible (view-only).
Back to Top
See Also