Show / Hide Table of Contents

Class DockPaneNode

Represents a node in DockTree.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
DockPaneNode
DockPane
DockPaneSplit
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.ToString()
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 abstract class DockPaneNode : DependencyObject

Fields

Name Description
DockControlProperty

Identifies the DockControl dependency property.

DockPositionProperty

Identifies the DockPosition dependency property.

FloatingWindowProperty

Identifies the FloatingWindow dependency property.

Properties

Name Description
DockControl

Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.

DockPosition

Gets the dock position. This is a dependency property.

DockTreePosition

Gets the dock tree position.

FloatingWindow

Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.

Parent

Gets the parent DockPaneSplit of this DockPaneNode.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest