Determines whether or not toolbar dropdown list position will be adjusted to fit in window bounds.

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, true, false)]
[DefaultValueAttribute(false)]
public bool WindowCollisionDetection { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
Public Property WindowCollisionDetection As Boolean
	Get
	Set

Remarks

Default value is false.

See Also