DevExpress.Wpf.NavBar
26.1.5
Prefix Reserved
dotnet add package DevExpress.Wpf.NavBar --version 26.1.5
NuGet\Install-Package DevExpress.Wpf.NavBar -Version 26.1.5
<PackageReference Include="DevExpress.Wpf.NavBar" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.NavBar" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.NavBar" />
paket add DevExpress.Wpf.NavBar --version 26.1.5
#r "nuget: DevExpress.Wpf.NavBar, 26.1.5"
#:package DevExpress.Wpf.NavBar@26.1.5
#addin nuget:?package=DevExpress.Wpf.NavBar&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.NavBar&version=26.1.5
DevExpress WPF Navigation Bar
DevExpress.Wpf.NavBar includes the DevExpress WPF Navigation Bar control. The NavBarControl displays navigation links grouped according to the specified style: an Outlook-inspired navigation pane, an Explorer-style bar, or a sidebar.
dotnet add package DevExpress.Wpf.NavBar
Key Features
- Three Views: Assign
NavigationPaneView,ExplorerBarView, orSideBarViewto theViewproperty to switch presentation style without changing the item hierarchy. - Collapsible Groups: Users expand and collapse groups.
IsExpandedgets or sets the current state in code. - Collapsed Navigation Pane:
NavigationPaneViewcollapses to a narrow bar and displays the active group in a popup. - Overflow Panel: Limit the number of groups visible simultaneously. Remaining groups are available in the overflow panel.
- Custom Content: Place any element inside a
NavBarItemor replace group content entirely. - Data Binding: Bind the control to a collection and map data fields to group and item properties.
Examples
Build an Outlook-Style Navigation Pane
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxn="http://schemas.devexpress.com/winfx/2008/xaml/navbar">
<dxn:NavBarControl Width="220">
<dxn:NavBarControl.View>
<dxn:NavigationPaneView />
</dxn:NavBarControl.View>
<dxn:NavBarGroup Header="Mail" IsExpanded="True">
<dxn:NavBarItem Content="Inbox" />
<dxn:NavBarItem Content="Sent Items" />
</dxn:NavBarGroup>
<dxn:NavBarGroup Header="Calendar">
<dxn:NavBarItem Content="Day" />
<dxn:NavBarItem Content="Month" />
</dxn:NavBarGroup>
</dxn:NavBarControl>
</Window>
In this configuration, the control behaves as follows:
- Displays two groups
- Displays one group at a time in an Outlook-style navigation pane
- Moves groups to the overflow panel when the control shrinks vertically
Replace NavigationPaneView with ExplorerBarView or SideBarView to change the presentation style. Group and item declarations stay the same.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Related Components/Packages
DevExpress.Wpf.Accordion - The DevExpress WPF Accordion control.
dotnet add package DevExpress.Wpf.Accordion
DevExpress.Wpf.Docking - DevExpress WPF dock windows and document management UI.
dotnet add package DevExpress.Wpf.Docking
DevExpress.Wpf - The complete DevExpress WPF Control suite.
dotnet add package DevExpress.Wpf
Documentation
- NavBarControl Class Reference
- Navigation Pane Header
- Expanded Navigation Pane
- Navigation Pane Customization Menu
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- DevExpress.Data (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Wpf.Controls (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
-
net8.0-windows
- DevExpress.Data (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Wpf.Controls (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.NavBar:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.Spreadsheet
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.Reporting
Target Platform/Framework: Desktop DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting |
|
|
DevExpress.Wpf
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.TypedStyles
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
|
|
DevExpress.Wpf.PrismAdapters
Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 1,036 | 9/18/2026 |
| 26.1.5-pre-26248 | 265 | 9/11/2026 |
| 26.1.5-pre-26241 | 282 | 9/2/2026 |
| 26.1.5-pre-26235 | 285 | 8/26/2026 |
| 26.1.5-pre-26227 | 302 | 8/18/2026 |
| 26.1.4 | 13,465 | 8/7/2026 |
| 26.1.3 | 18,807 | 6/18/2026 |
| 25.2.10 | 112 | 9/22/2026 |
| 25.2.9 | 3,227 | 8/3/2026 |
| 25.2.8 | 9,276 | 6/10/2026 |
| 25.2.7 | 18,476 | 5/6/2026 |
| 25.2.6 | 16,450 | 4/7/2026 |
| 25.1.14 | 57 | 9/22/2026 |
| 25.1.13 | 469 | 7/31/2026 |
| 25.1.12 | 433 | 6/10/2026 |
| 25.1.11 | 1,187 | 5/5/2026 |