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

TabbedView.IsHorizontal Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsHorizontal { get; }

Property Value

Type Description
Boolean

true if the TabbedView.Orientation property is set to Horizontal; otherwise, false.

See Also