Sets 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 void SetIsExpanderVisible(
	DependencyObject element,
	bool isExpanderVisible
)
Visual Basic (Declaration)
Public Shared Sub SetIsExpanderVisible ( _
	element As DependencyObject, _
	isExpanderVisible As Boolean _
)

Parameters

element
Type: System.Windows..::.DependencyObject
isExpanderVisible
Type: System..::.Boolean

See Also