Actually I am using DevExpress 12.2.4 Version.
what happened to MetroUI?
Now we cant find
using DevExpress.XtraBars.Docking2010.Views.MetroUI;
Actually we have designed our application in MetroUI.
Please Help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DevExpress Breaking Changes List for version v12.2:
BC1766: The Metro term has been replaced with WindowsUI in code namespaces and class names.
Because new branding guidelines for Windows 8 have been provided, the use of the name “Metro” is no longer recommended.
This change affected the following classes:
This change affected the following namespaces:
In other words: The WindowsUI(v12.2) is a next version of MetroUI(v12.1) – you would just replace the
MetroUIin your code withWindowsUI. You can easily perform this operation automatically using the Project Converter tool, available within the DXperience installation