Toggles the expansion for this Node so that if the node was collapsed it is expanded and if the node was expanded it is collapsed.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
public void ToggleIsExpanded()
Visual Basic (Declaration)
Public Sub ToggleIsExpanded

See Also