Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutGroup.Direction Property

Specifies the direction of a layout group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(FlowDirection.Vertical)]
FlowDirection Direction { get; set; }

Property Value

Type Default Description
FlowDirection Vertical

A FlowDirection enumeration value specifying the direction of a layout group.

See Also