Gets or sets a value indicating whether the expansion toggle button is visible within this TreeListViewItemControl. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public bool IsExpanderVisible { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsExpanderVisible As Boolean

See Also