DockTree Class

DevZest WPF Docking

DockTree Class
Represents a tree of DockPaneNode objects.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    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)
Syntax
public sealed class DockTree : DependencyObject
Public NotInheritable Class DockTree
	Inherits DependencyObject

The DockTree type exposes the following members.

Properties
  NameDescription
Public propertyActivePanes
Gets a collection of active DockPane objects contained by this DockTree.
Public propertyAutoHideItems
Gets a collection of auto-hide DockItem objects contained by this DockTree.
Public propertyAutoHidePanes
Gets a collection of auto-hide DockPane objects contained by this DockTree.
Public propertyDockControl
Gets the DockControl which this DockTree belongs to. This is a dependency property.
Public propertyFloatingWindow
Gets the FloatingWindow that contains this DockTree.
Public propertyIsVisible
Gets a value indicates whether this DockTree is visible. This is a dependency property.
Public propertyPanes
Gets a collection of DockPane objects contained by this DockTree.
Public propertyPosition
Gets the position of the DockTree. This is a dependency property.
Public propertyRootNode
Gets the root node of the DockTree. This is a dependency property.
Public propertyVisiblePanes
Gets a collection of visible DockPane objects contained by this DockTree.
Top
Fields
  NameDescription
Public fieldStatic memberDockControlProperty
Identifies the DockControl dependency property.
Public fieldStatic memberIsVisibleProperty
Identifies the IsVisible dependency property.
Public fieldStatic memberPositionProperty
Identifies the Position dependency property.
Public fieldStatic memberRootNodeProperty
Identifies the RootNode dependency property.
Top
See Also