DockTree Class
From DevZest WPF Docking
DevZest WPF Docking
| DockTree Class |
Represents a tree of DockPaneNode objects.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.Windows.DockingDockTree
System.WindowsDependencyObject
DevZest.Windows.DockingDockTree
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The DockTree type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivePanes | Gets a collection of active DockPane objects contained by this DockTree. | |
| AutoHideItems | Gets a collection of auto-hide DockItem objects contained by this DockTree. | |
| AutoHidePanes | Gets a collection of auto-hide DockPane objects contained by this DockTree. | |
| DockControl | Gets the DockControl which this DockTree belongs to. This is a dependency property. | |
| FloatingWindow | Gets the FloatingWindow that contains this DockTree. | |
| IsVisible | Gets a value indicates whether this DockTree is visible. This is a dependency property. | |
| Panes | Gets a collection of DockPane objects contained by this DockTree. | |
| Position | Gets the position of the DockTree. This is a dependency property. | |
| RootNode | Gets the root node of the DockTree. This is a dependency property. | |
| VisiblePanes | Gets a collection of visible DockPane objects contained by this DockTree. |
| Name | Description | |
|---|---|---|
| DockControlProperty | Identifies the DockControl dependency property. | |
| IsVisibleProperty | Identifies the IsVisible dependency property. | |
| PositionProperty | Identifies the Position dependency property. | |
| RootNodeProperty | Identifies the RootNode dependency property. |