Skip to main content

WidgetView.Orientation Property

Gets or sets this WidgetView‘s orientation.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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