Search
TreeViewNode.GetFlatItemList Method
See Also
 





Gets a list with all items of this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<TreeViewItem> GetFlatItemList ()

Visual Basic  Copy Code

Public Function GetFlatItemList () As List(Of TreeViewItem)

 Return Value

A list of TreeViewItem objects.

 See Also