Back to Devexpress

IModelSplitLayout.Direction Property

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

latest2.1 KB
Original Source

IModelSplitLayout.Direction Property

Specifies the Detail View location, in relation to the current List View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDefaultDescription
FlowDirectionHorizontal

A FlowDirection enumeration value specifying the Detail View location, in relation to the current List View.

|

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

Detail View Layout Customization

List View Edit Modes

IModelSplitLayout Interface

IModelSplitLayout Members

DevExpress.ExpressApp.Model Namespace