DockManager.GetTargetItem Method

DevZest WPF Docking

DockManagerGetTargetItem Method
Gets the value of TargetItem attached property from a given element.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static DockItem GetTargetItem(
	DependencyObject element
)
Public Shared Function GetTargetItem ( 
	element As DependencyObject
) As DockItem

Parameters

element
Type: System.WindowsDependencyObject
The element from which to read the property value.

Return Value

Type: DockItem
The value of TargetItem attached property.
See Also