DockPaneNode.FloatingWindow Property

DevZest WPF Docking

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

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public FloatingWindow FloatingWindow { get; }
Public ReadOnly Property FloatingWindow As FloatingWindow
	Get

Property Value

Type: FloatingWindow
The FloatingWindow which this DockPaneNode belongs to.
See Also