ComponentOne FlexReport for WinForms
OutlineNode Class Properties

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : OutlineNode Class

For a list of all members of this type, see OutlineNode members.

Public Properties
 NameDescription
Public PropertyGets or sets the UI string used to represent the current node.  
Public PropertyGets the collection of child nodes of the current node. Note that accessing this property initializes the collection if it has not been initialized yet. To test whether there are child nodes without this side effect, use the HasChildren property.  
Public PropertyGets the C1Document containing the current node tree.  
Public PropertyGets a value indicating whether the Children collection of the current node has been initialized and contains at least one element.  
Public PropertyGets or sets the image used to represent the current node.  
Public PropertyGets or sets the name in the C1Document.Dictionary of the icon used to represent the current node.  
Public PropertyGets the nesting level of the current node within the nodes' tree (top-level nodes have level 0).  
Public PropertyDetermines the target of the current hyperlink.  
Public PropertyGets the OutlineNodeCollection containing the current node.  
Public PropertyGets the OutlineNode which is the parent of the current node.  
Public PropertyGets the OutlineNode that is the root of the current node tree.  
Top
See Also

Reference

OutlineNode Class
C1.Win.C1Document Namespace