MindFusion.Silverlight Package Programmer's Guide
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.Silverlight
Assembly: MindFusion.UI.Silverlight

 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

DockItem Members
DockItem Class
MindFusion.UI.Silverlight Namespace