Gets whether the current item is visible in the view (a parent node that is not expanded would have its child items not visible). This is a dependency property.

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

Syntax

C#
public bool IsVisible { get; set; }
Visual Basic (Declaration)
Public Property IsVisible As Boolean

See Also