DevZest WPF Docking
| DockItemFirstPane Property |
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
RemarksA DockItem object can contained by two DockPane objects, one for floating mode and one for non
floating mode. The FirstPane property always returns the DockPane that the DockItem last
shown. Calling ToggleFloating swaps FirstPane and SecondPane if they both
exist.
See Also