Exago .NET API Documentation
Leaf Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
WebReports.UI.Controls Namespace
>
TreeNode Class
: Leaf Property
Indicates if this tree node is a leaf. That is, if this node has no child nodes. TYpically, leaves are Reports.
Syntax
C#
public
System.
bool
Leaf {
get
;}
Property Value
True
if this node is a leaf, or
False
if it is not.
See Also
Reference
TreeNode Class
TreeNode Members