DevZest WPF Docking
DockControlSelectedAutoHideItem Property |
Gets a value indicates currently selected auto hide 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 SelectedAutoHideItem { get; }
Public ReadOnly Property SelectedAutoHideItem As DockItem Get
Property Value
Type: DockItemThe currently selected auto hide document DockItem.
See Also