Back to Devexpress

LayoutGroup.DefaultOrientation Field

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-cd45a11f.md

latest1.3 KB
Original Source

LayoutGroup.DefaultOrientation Field

Identifies the default orientation of child items in the LayoutGroup. This field is set to Orientation.Horizontal. To override the orienation for individual groups, use the LayoutGroup.Orientation property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public const Orientation DefaultOrientation = Orientation.Horizontal
vb
Public Const DefaultOrientation As Orientation = Orientation.Horizontal

Field Value

Type
Orientation

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace