GoXam for WPF v3
DescendentCount Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
TreeVertex Class
: DescendentCount Property
Gets the number of descendents this node has.
Syntax
C#
public
int
DescendentCount {
get
;
set
;}
Remarks
For a leaf node, this will be zero. This informational property is computed as part of the
InitializeTreeVertexValues
pass. You probably should not be setting this property.
See Also
Reference
TreeVertex Class
TreeVertex Members
ChildrenCount Property