Back to Devexpress

IModelLayoutGroup.Direction Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellayoutgroup.md

latest1.8 KB
Original Source

IModelLayoutGroup.Direction Property

Specifies the direction of a layout group.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(FlowDirection.Vertical)]
FlowDirection Direction { get; set; }
vb
<DefaultValue(FlowDirection.Vertical)>
Property Direction As FlowDirection

Property Value

TypeDefaultDescription
FlowDirectionVertical

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

|

Available values:

NameDescription
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.

|

See Also

IModelLayoutGroup Interface

IModelLayoutGroup Members

DevExpress.ExpressApp.Model Namespace