| C1.Win.TreeView Namespace > C1TreeViewItemDragEventArgs Class : Nodes Property |
'Declaration<C1DescriptionAttribute("Gets the tree nodes that has been dragged.")> Public ReadOnly Property Nodes As C1TreeNode()
'UsageDim instance As C1TreeViewItemDragEventArgs Dim value() As C1TreeNode value = instance.Nodes
[C1Description("Gets the tree nodes that has been dragged.")] public C1TreeNode[] Nodes {get;}
[C1Description("Gets the tree nodes that has been dragged.")] public: property array<C1TreeNode^>^ Nodes { array<C1TreeNode^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2