DevExpress.Wpf.Ribbon
26.1.5
Prefix Reserved
dotnet add package DevExpress.Wpf.Ribbon --version 26.1.5
NuGet\Install-Package DevExpress.Wpf.Ribbon -Version 26.1.5
<PackageReference Include="DevExpress.Wpf.Ribbon" Version="26.1.5" />
<PackageVersion Include="DevExpress.Wpf.Ribbon" Version="26.1.5" />
<PackageReference Include="DevExpress.Wpf.Ribbon" />
paket add DevExpress.Wpf.Ribbon --version 26.1.5
#r "nuget: DevExpress.Wpf.Ribbon, 26.1.5"
#:package DevExpress.Wpf.Ribbon@26.1.5
#addin nuget:?package=DevExpress.Wpf.Ribbon&version=26.1.5
#tool nuget:?package=DevExpress.Wpf.Ribbon&version=26.1.5
DevExpress WPF Ribbon
DevExpress.Wpf.Ribbon includes the DevExpress WPF Ribbon control. The RibbonControl implements a Microsoft Office-inspired command UI: commands are grouped into pages, page groups, and contextual page categories. The control adapts to the active DevExpress application theme.
dotnet add package DevExpress.Wpf.Ribbon
Key Features
- Command Organization: Group commands into pages and page groups. Display contextual pages.
- Ribbon Styles: Apply Office-inspired ribbon styles through the
RibbonStyleproperty. - Application Menu or Backstage View: Assign an
ApplicationMenufor a classic menu, or aBackstageViewControlfor a full-window backstage. - Galleries: Display a command gallery (
RibbonGalleryBarItem) inside a ribbon group. - Runtime Customization: Allow users to add commands to a Quick Access Toolbar and customize the ribbon at runtime.
- Ribbon Merging: Merge ribbons in MDI apps or when a
UserControlcontains an embedded ribbon control. - MVVM Support: Bind bar items to commands and generate ribbon content from a view model.
Examples
Add a Ribbon to a Window
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars"
xmlns:dxr="http://schemas.devexpress.com/winfx/2008/xaml/ribbon">
<DockPanel>
<dxr:RibbonControl DockPanel.Dock="Top">
<dxr:RibbonDefaultPageCategory>
<dxr:RibbonPage Caption="Home">
<dxr:RibbonPageGroup Caption="Clipboard">
<dxb:BarButtonItem Content="Paste" />
<dxb:BarButtonItem Content="Cut" />
<dxb:BarButtonItem Content="Copy" />
</dxr:RibbonPageGroup>
</dxr:RibbonPage>
</dxr:RibbonDefaultPageCategory>
</dxr:RibbonControl>
</DockPanel>
</Window>
In this configuration, the ribbon behaves as follows:
- Displays a single Home page with a Clipboard group
- Places three bar buttons in that group
- Resizes group content automatically when the window shrinks horizontally
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.Core - DevExpress WPF core libraries, including toolbars and menus.
dotnet add package DevExpress.Wpf.Core
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
Demos
NOTE: Demo links below only work if you already have DevExpress WPF Demos installed on your machine. To install demos, download and run the DevExpress Unified Installer (evaluation or licensed version). Remember to select "Demo Applications" on the product selection screen.
- DevExpress WPF Ribbon - Ribbon UI
- DevExpress WPF Ribbon - Ribbon Window
- DevExpress WPF Ribbon - MVVM Ribbon
- DevExpress WPF Ribbon - Ribbon Merging
Documentation
- Ribbon
- Ribbon Control
- Ribbon Page
- Ribbon Page Group
- Populating a Ribbon
- Ribbon Menu
- Runtime Customization
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.Data.Desktop (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
-
net8.0-windows
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.Mvvm (= 26.1.5)
- DevExpress.Wpf.Core (= 26.1.5)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Ribbon:
| Package | Downloads |
|---|---|
|
DevExpress.Wpf.RichEdit
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, Reporting |
|
|
DevExpress.Wpf.Charts
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, Reporting |
|
|
DevExpress.Wpf.DocumentViewer.Core
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, Reporting |
|
|
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.Diagram
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, Reporting |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 922 | 9/18/2026 |
| 26.1.5-pre-26248 | 562 | 9/11/2026 |
| 26.1.5-pre-26241 | 570 | 9/2/2026 |
| 26.1.5-pre-26235 | 710 | 8/26/2026 |
| 26.1.5-pre-26227 | 667 | 8/18/2026 |
| 26.1.4 | 24,798 | 8/7/2026 |
| 26.1.3 | 33,991 | 6/18/2026 |
| 25.2.9 | 4,077 | 8/3/2026 |
| 25.2.8 | 12,244 | 6/10/2026 |
| 25.2.7 | 24,159 | 5/6/2026 |
| 25.2.6 | 22,961 | 4/7/2026 |
| 25.1.13 | 933 | 7/31/2026 |
| 25.1.12 | 890 | 6/10/2026 |
| 25.1.11 | 1,608 | 5/5/2026 |
| 25.1.10 | 7,594 | 4/6/2026 |
| 25.1.9 | 1,371 | 3/2/2026 |