GrapeCity MultiRow Windows Forms Documentation
Nodes Property


Gets the set of FilterTreeNode objects assigned to the current tree node.
Syntax
Public ReadOnly Property Nodes As IList(Of FilterTreeNode)
Dim instance As FilterTreeNode
Dim value As IList(Of FilterTreeNode)
 
value = instance.Nodes
public IList<FilterTreeNode> Nodes {get;}
Requirements

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

See Also

Reference

FilterTreeNode Class
FilterTreeNode Members

 

 


Copyright © GrapeCity, inc. All rights reserved.