DockTree Properties

DevZest WPF Docking

DockTree Properties

The DockTree type exposes the following members.

Properties
  Name Description
Public property ActivePanes
Gets a collection of active DockPane objects contained by this DockTree.
Public property AutoHideItems
Gets a collection of auto-hide DockItem objects contained by this DockTree.
Public property AutoHidePanes
Gets a collection of auto-hide DockPane objects contained by this DockTree.
Public property DockControl
Gets the DockControl which this DockTree belongs to. This is a dependency property.
Public property FloatingWindow
Gets the FloatingWindow that contains this DockTree.
Public property IsVisible
Gets a value indicates whether this DockTree is visible. This is a dependency property.
Public property Panes
Gets a collection of DockPane objects contained by this DockTree.
Public property Position
Gets the position of the DockTree. This is a dependency property.
Public property RootNode
Gets the root node of the DockTree. This is a dependency property.
Public property VisiblePanes
Gets a collection of visible DockPane objects contained by this DockTree.
Top
See Also