DockPaneNode Properties

DevZest WPF Docking

DockPaneNode Properties

The DockPaneNode type exposes the following members.

Properties
  Name Description
Public property DockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
Public property DockPosition
Gets the dock position. This is a dependency property.
Public property DockTreePosition
Gets the dock tree position.
Public property FloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
Public property Parent
Gets the parent DockPaneSplit of this DockPaneNode.
Top
See Also