windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-fd019c1e.md
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
[DXCategory("Options")]
public OptionsTabView OptionsTabView { get; }
<DXCategory("Options")>
Public ReadOnly Property OptionsTabView As OptionsTabView
| Type | Description |
|---|---|
| DevExpress.XtraBars.Navigation.OptionsTabView |
A DevExpress.XtraBars.Navigation.OptionsTabView object that comprises options specific to the tabbed view mode.
|
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