Skip to main content

OfficeNavigationBar.OptionsTabView Property

Provides access to options specific to the tabbed view mode.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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;

    OfficeNavigationBar_Animation

  • 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