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

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

Syntax

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

See Also