DevZest WPF Docking
DockTreeFloatingWindow Property |
Gets the FloatingWindow that contains this DockTree.
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: FloatingWindowThe FloatingWindow that contains this DockTree.
See Also