Gets a Visibility value that indicates whether the current item has an expander to be displayed, i.e. it is a parent node. This is a dependency value.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public Visibility ExpanderVisibility { get; set; }
Visual Basic (Declaration)
Public Property ExpanderVisibility As Visibility

See Also