DevZest WPF Docking
DockControlDocuments Property |
Gets a collection of DockItem objects currently displayed as document.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockItemCollection Documents { get; }
Public ReadOnly Property Documents As DockItemCollection Get
Property Value
Type: DockItemCollectionA collection of DockItem objects currently displayed as document, in order of DockPane activation, then DockItem activation (last active last).
See Also