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)
Syntaxpublic FloatingWindow FloatingWindow { get; }
Public ReadOnly Property FloatingWindow As FloatingWindow Get
Property Value
Type: FloatingWindowThe FloatingWindow which this DockPaneNode belongs to.
See Also