Method GetTargetItem
| Improve this Doc View SourceGetTargetItem(DependencyObject)
Gets the value of DevZest.Windows.Docking.Primitives.DockManager.TargetItem attached property from a given element.
Declaration
public static DockItem GetTargetItem(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element from which to read the property value. |
Returns
Type | Description |
---|---|
DockItem | The value of DevZest.Windows.Docking.Primitives.DockManager.TargetItem attached property. |