DiagramLite Programmer's Guide
TreeViewNode Class
Remarks See Also
 





Represents nodes that can draw hierarchical data.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class TreeViewNode : DiagramNode, InplaceEditable

Visual Basic  Copy Code

Public Class TreeViewNode
    Inherits DiagramNode
    Implements InplaceEditable

 Remarks

The root items displayed in the node can be accessed through the RootItems property. New items can be added to and removed from the returned collection. The root items can have child items on their own and so on. For more information, refer to the TreeViewItem class.

The text and image displayed in the node caption can be customized through the Caption and CaptionImage properties respectively. The text color can be set through CaptionBrush.

 Inheritance Hierarchy

System.Object
    System.Windows.DependencyObject
        System.Windows.UIElement
            System.Windows.FrameworkElement
                System.Windows.Controls.Control
                    System.Windows.Controls.ContentControl
                        MindFusion.Diagramming.DiagramItem
                            MindFusion.Diagramming.DiagramNode
                                MindFusion.Diagramming.TreeViewNode

 See Also

TreeViewNode Members
MindFusion.Diagramming Namespace