Skip to main content
A newer version of this page is available. .

WidgetView.Orientation Property

Gets or sets this WidgetView‘s orientation.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(Orientation.Vertical)]
[XtraSerializableProperty]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Vertical**

An Orientation enumerator value that specifies this WidgetView‘s orientation.

Remarks

The Widget View orientation specifies how StackGroups within this View are arranged. See the Widget View topic lo learn more.

See Also