ASP.NET Pack Programmer's Guide
DockWindow.CanDock Property
See Also
 





Gets or sets a value indicating whether the item can be docked.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool CanDock { get; set; }

Visual Basic  Copy Code

Public Property CanDock As Boolean

 Property Value

Type: Boolean
true if the window can be docked, otherwise false. Default value is true.

 See Also

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace