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.v14.2.dll

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

See Also