Class DockTree
Represents a tree of DockPaneNode objects.
Inheritance
Inherited Members
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class DockTree : DependencyObject
Fields
| 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. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| ToString() |