WindowSwitcher.ActiveDocuments Property

DevZest WPF Docking

WindowSwitcherActiveDocuments Property
Gets a collection of document DockItem objects, in the order of activation.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public IEnumerable<DockItem> ActiveDocuments { get; }
Public ReadOnly Property ActiveDocuments As IEnumerable(Of DockItem)
	Get

Property Value

Type: IEnumerableDockItem
A collection of document DockItem objects, in the order of activation (last active first).
See Also