Gets or sets whether the C1DockGroup floats, slides from the border of the C1DockControl, is hidden, or is docked.

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

Syntax

C#
public DockMode DockMode { get; set; }
Visual Basic
Public Property DockMode As DockMode
	Get
	Set

See Also