DockItem.IsActiveItem Property

DevZest WPF Docking

DockItemIsActiveItem Property
Gets a value indicates whether this DockItem is active. 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 bool IsActiveItem { get; }
Public ReadOnly Property IsActiveItem As Boolean
	Get

Property Value

Type: Boolean
if this DockItem is active (DockControl.ActiveItem returns this DockItem), otherwise .
See Also