Skip to main content

ITraceNode.Expanded property

Namespace: NextDesign.Desktop

Description

The expanded state of the tree in the trace view
Returns true if the tree is expanded.

If you set the expanded state to true for an unexpanded node, set the expanded state to true for all parent nodes.

bool Expanded { get; set; }

types

  • bool