Search
DockItem.CanDock Property
See Also
 





Gets or sets a value indicating whether the item can be docked. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool CanDock { get; set; }

Visual Basic  Copy Code

Public Property CanDock As Boolean

 Property Value

true if the item can be docked; otherwise, false.

 See Also