FloatingWindow.ActivePanes Property

DevZest WPF Docking

FloatingWindowActivePanes Property
Gets a collection of active DockPane objects contained by this FloatingWindow.

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

Property Value

Type: DockPaneCollection
A collection of active DockPane objects contained by this FloatingWindow, in order of activation (last activated last).
See Also