DockPane.ActiveItems Property

DevZest WPF Docking

DockPaneActiveItems Property
Gets a collection of active DockItem objects contained by this DockPane.

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

Property Value

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