Search
ContainerNode.Foldable Property
See Also
 





Gets or sets a value indicating whether the user is allowed to fold this container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Foldable { get; set; }

Visual Basic  Copy Code

Public Property Foldable As Boolean

 Property Value

true if the container can be folded; otherwise, false. Initialized with the value of ContainersFoldable.

 Remarks

A foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption area.

 See Also