DockPane.SelectedItem Property

DevZest WPF Docking

DockPaneSelectedItem Property
Gets the currently selected 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 SelectedItem { get; }
Public ReadOnly Property SelectedItem As DockItem
	Get

Property Value

Type: DockItem
The currently selected DockItem.
See Also