MindFusion.Scheduling for Silverlight Programmer's Guide
TreeNode.CanExpand Property
See Also
 





Gets or sets a value indicating whether the tree node can be expanded interactively. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public bool CanExpand { get; set; }

Visual Basic  Copy Code

Public Property CanExpand As Boolean

 Property Value

true if this item can be expanded; otherwise, false.

 See Also

TreeNode Members
TreeNode Class
MindFusion.DataViews.Silverlight Namespace