Back to Devexpress

TabbedView.IsHorizontal Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-263002d9.md

latest1.5 KB
Original Source

TabbedView.IsHorizontal Property

Returns true if the TabbedView.Orientation property is set to Horizontal.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

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 the TabbedView.Orientation property is set to Horizontal ; otherwise, false.

|

See Also

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace