Back to Devexpress

WidgetView.Orientation Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-0de0eed3.md

latest1.9 KB
Original Source

WidgetView.Orientation Property

Gets or sets this WidgetView‘s orientation.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Vertical)]
[XtraSerializableProperty]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Vertical)>
<XtraSerializableProperty>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationVertical

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

Widget View

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace