MindFusion.UI for WebForms Programmer's Guide

DockWindow.CanDock Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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