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

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

Syntax

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

See Also