DockControl.FocusedItem Property

DevZest WPF Docking

DockControlFocusedItem Property
Gets a value indicates DockItem currently has keyboard focus. 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 FocusedItem { get; }
Public ReadOnly Property FocusedItem As DockItem
	Get

Property Value

Type: DockItem
The DockItem currently has keyboard focus.
See Also