Gets or sets the expansion indicator of this TreeListViewItem.
If a parent node is expanded its child nodes become visible. If a parent node is collapsed its child nodes become invisible.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool IsExpanded { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsExpanded As Boolean |