Search
DockItem.DockTarget Property
See Also
 





Gets or sets the parent item to dock this item to. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public DockItem DockTarget { get; set; }

Visual Basic  Copy Code

Public Property DockTarget As DockItem

 Property Value

An instance of the DockItem class.

 See Also