Gets a value indicating whether node expansion toggle button is enabled for a specified element such as a node item within TreeListViewItemControl.

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

Syntax

C#
public static bool GetIsExpanderVisible(
	DependencyObject element
)
Visual Basic (Declaration)
Public Shared Function GetIsExpanderVisible ( _
	element As DependencyObject _
) As Boolean

See Also