DockControl.ActiveDocument Property

DevZest WPF Docking

DockControlActiveDocument Property
Gets a value indicates currently active document DockItem. This is a dependency property.

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

Property Value

Type: DockItem
The currently active document DockItem.
See Also