AutoHideClient.SelectedItem Property

DevZest WPF Docking

AutoHideClientSelectedItem Property
Gets the selected auto-hide DockItem. This is a dependency property.

Namespace: DevZest.Windows.Docking.Primitives
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 selected auto-hide DockItem.
See Also