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.ControlsAssembly: 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 _ ) |