Gets or sets a value that indicates whether or not children will flow to the right side of the control.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
public virtual bool FlowRight { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
Public Overridable Property FlowRight As Boolean
	Get
	Set

See Also