Search
TreeViewItem.ExpanderVisibility Property
See Also
 






Gets a value that indicates whether the control template should render the expand button for a node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Visibility ExpanderVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property ExpanderVisibility As Visibility

 Property Value

A member of the Visibility enumeration.

 See Also