Back to Devexpress

LayoutGroup.FlowDirection Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-901458b2.md

latest1.6 KB
Original Source

LayoutGroup.FlowDirection Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(FlowDirection.LeftToRight)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual FlowDirection FlowDirection { get; set; }
vb
<DefaultValue(FlowDirection.LeftToRight)>
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Overridable Property FlowDirection As FlowDirection

Property Value

TypeDefaultDescription
FlowDirectionLeftToRight

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

|

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace