Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OfficeNavigationBar.OptionsTabView Property

Provides access to options specific to the tabbed view mode.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Options")]
public OptionsTabView OptionsTabView { get; }

#Property Value

Type Description
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;

    OfficeNavigationBar_LineColor

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

    OfficeNavigationBar_LinePosition

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

    OfficeNavigationBar_LineThickness

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

See Also