DockPaneNode Class

DevZest WPF Docking

DockPaneNode Class
Represents a node in DockTree.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract class DockPaneNode : DependencyObject
Public MustInherit Class DockPaneNode
	Inherits DependencyObject

The DockPaneNode type exposes the following members.

Constructors
  NameDescription
Protected methodDockPaneNode
Initializes a new instance of the DockPaneNode class
Top
Properties
  NameDescription
Public propertyDockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
Public propertyDockPosition
Gets the dock position. This is a dependency property.
Public propertyDockTreePosition
Gets the dock tree position.
Public propertyFloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
Public propertyParent
Gets the parent DockPaneSplit of this DockPaneNode.
Top
Fields
  NameDescription
Public fieldStatic memberDockControlProperty
Identifies the DockControl dependency property.
Public fieldStatic memberDockPositionProperty
Identifies the DockPosition dependency property.
Public fieldStatic memberFloatingWindowProperty
Identifies the FloatingWindow dependency property.
Top
See Also