Exago .NET API Documentation
TreeNode Class Members
Properties 

WebReports.UI.Controls Namespace : TreeNode Class

The following tables list the members exposed by TreeNode.

Public Properties
 NameDescription
Public Property

The name of a file in the current Application Theme that will be displayed in the user interface for this item in the Report Tree.

When choosing or generating images to display in the tree, we recommend selecting one that has a matching <filename>Selected.png partner. For example, Edit.png has a matching EditSelected.png. When the custom item is selected in the Report Tree, Exago will automatically substitute <fileName>Selected for the original <fileName>. If the image selected has no matching <fileName>Selected, then a broken image placeholder will be displayed in the user interface instead.

 

 
Public PropertyIndicates if this tree node is a leaf. That is, if this node has no child nodes. TYpically, leaves are Reports.  
Public PropertyReturns a TreeNodeCollection object containing all of this node's child nodes (branches).  
Public PropertyThe text displayed for this item in the Report Tree  
Top
See Also

Reference

TreeNode Class
WebReports.UI.Controls Namespace