Skip to main content
.NET 6.0+

IModelLayoutGroup.Direction Property

Specifies the direction of a layout group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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