Back to Devexpress

StackGroup.IsHorizontal Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-stackgroup-96d12dbc.md

latest1.8 KB
Original Source

StackGroup.IsHorizontal Property

Gets whether this StackGroup is horizontally oriented.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsHorizontal { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsHorizontal As Boolean

Property Value

TypeDescription
Boolean

true if this StackGroup is horizontally oriented; otherwise, false.

|

Remarks

To set the StackGroup orientation for all StackGroups within a View, use the WidgetView.Orientation property.

See Also

Orientation

StackGroup Class

StackGroup Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace