Gets or sets a value that determines whether the user can change the DockMode property to Docked.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public bool CanUserDock { get; set; }
Visual Basic
Public Property CanUserDock As Boolean
	Get
	Set

See Also