Skip to main content

LayoutGroup.Orientation Property

Gets or sets whether the group’s items are arranged horizontally or vertically. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

A Orientation value that specifies the group’s orientation.

Remarks

Child items are arranged either horizontally or vertically within a LayoutGroup. The default orientation is specified by the LayoutGroup.DefaultOrientation field, which is set to Horizontal.

The alignment of items within a group is determined by their HorizontalAlignment and VerticalAlignment properties.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Orientation 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