Gets or sets a value that determines whether the toolbar control can be dragged to rearrange its position.

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

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true)]
[DefaultValueAttribute(false)]
public bool AllowDrag { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True)> _
<DefaultValueAttribute(False)> _
Public Property AllowDrag As Boolean
	Get
	Set

See Also