Show / Hide Table of Contents

Class DockTree

Represents a tree of DockPaneNode objects.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
DockTree
Inherited Members
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest