Skip to main content
A newer version of this page is available. .

LayoutGroup.FlowDirection Property

Gets or sets the direction according to which the LayoutGroup arranges its child elements.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DefaultValue(FlowDirection.LeftToRight)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public virtual FlowDirection FlowDirection { get; set; }

Property Value

Type Default Description
FlowDirection **LeftToRight**

A FlowDirection enumeration value that specifies the direction according to which the LayoutGroup arranges its child elements.

See Also