'Theme for devexpress ribbon control in WPF

How to set theme for devexpress ribbon control in WPF? Already installed the WPF theme editor, but there is no item in the product browser to select. I tried property ribbon style, but it does not work either.



Solution 1:[1]

Your main window should start with <dx:ThemedWindow > tag.

  • Add theme references to project by context menu on the references section, DLL names start with DevExpress.Xpf.Themes. ...

  • Click on smart tag button for the form.

  • Select application theme from the combobox. p.s: this solution applies to .net 4.7 or equivalent

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1