Back to Devexpress

OfficeNavigationBar.OptionsTabView Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-fd019c1e.md

latest2.0 KB
Original Source

OfficeNavigationBar.OptionsTabView Property

Provides access to options specific to the tabbed view mode.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public OptionsTabView OptionsTabView { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsTabView As OptionsTabView

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.OptionsTabView

A DevExpress.XtraBars.Navigation.OptionsTabView object that comprises options specific to the tabbed view mode.

|

Remarks

Using the OptionsTabView property you can customize the line that indicates the currently active tab:

  • AllowAnimation (enabled by default) — whether to use animation effects when changing the active tab;

  • LineColor (depends on the current skin by default) – the color of the line;

  • LinePosition (below text by default) – whether the line is below or over items;

  • LineThickness (3 pixels by default) – the thickness of the line;

To enable the tabbed view, set the OfficeNavigationBar.ViewMode property to Tab.

See Also

ViewMode

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace