Skip to main content

LayoutGroupBase.Orientation Property

Gets or sets the arrangement of items within the group when the device is in landscape orientation.

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public LayoutOrientation Orientation { get; set; }

Property Value

Type Description
LayoutOrientation

A LayoutOrientation value that is the arrangement of items within the group when the device is in landscape orientation.

Available values:

Name Description
Default

Vertical arrangement of items in the snapped app state. Horizontal arrangement of items in other app states.

Horizontal

Horizontal arrangement of items.

Vertical

Vertical arrangement of items.

See Also