Determines whether or not submenu position will be adjusted to fit in window bounds.

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

Syntax

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

Remarks

Default value is false.

See Also