Skip to main content

LayoutGroup.FlowDirection Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(FlowDirection.LeftToRight)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
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