DockItemReference.Target Property

DevZest WPF Docking

DockItemReferenceTarget Property
Gets or sets the target DockItem.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object Target { get; set; }
Public Property Target As Object
	Get
	Set

Property Value

Type: Object
The target DockItem.
Remarks
When saving window layout by calling DockControl.Save, the returned object instance of DockItem.Save method is set as Target property of DockItemReference. This provides the flexibility that any object instance can be saved for the DockItem.
See Also