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

IModelLayoutGroup.Direction Property

Specifies the direction of a layout group.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

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.

Available values:

Name Description
Vertical

Specifies that a Detail View is placed under the current List View. When used to specify the direction of a layout group, indicates that the layout group is displayed vertically.

Horizontal

Specifies that a Detail View is placed to the left of the current List View. When used to specify the direction of a layout group, indicates that the layout group is displayed horizontally.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Direction property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also