Search
TreeViewItem.ItemsVisibility Property
See Also
 






Gets a value indicating whether the control template should render the child items of a TreeViewItem.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Visibility ItemsVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemsVisibility As Visibility

 Property Value

A member of the Visibility enumeration.

 See Also