Specifies the position and manner in which a control is docked.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(DockMode.ByDefault)]
[JsonAttribute(true)]
public DockMode DockMode { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(DockMode.ByDefault)> _
<JsonAttribute(True)> _
Public Property DockMode As DockMode
	Get
	Set

Remarks

Use the C1ToolBar.DockMode property to define the docking behavior of a toolbar control. By default, if the control is dragged over a C1ToolBarContainer control and the mouse is released, then the control will be docked to the left edge of the C1ToolBarContainer.

See Also