Skip to main content

LayoutGroup.Orientation Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

[XtraSerializableProperty]
public Orientation Orientation { get; set; }

#Property Value

Type Description
Orientation

An Orientation value that specifies whether child items are arranged horizontally or vertically within the group.

See Also