The DevExpress support site shows how to install some skins.
But what are all the available skins (for example in the new release DevExpress 9.2)?
Available skins (these are the correct names to use in your code)
DevExpress.BonusSkins.v9.2
- Coffee
- Liquid Sky
- London Liquid Sky
- Glass Oceans
- Stardust
- Xmas 2008 Blue
- Valentine
- McSkin
- Summer 2008
- Pumpkin
- Dark Side
- Springtime
- Darkroom
- Foggy
- High Contrast
- Seven
- Seven Classic
- Sharp
- Sharp Plus
DevExpress.OfficeSkins.v9.2
- Office 2007 Blue
- Office 2007 Black
- Office 2007 Silver
- Office 2007 Green
- Office 2007 Pink
Installing the skins
First be sure to add a reference to DevExpress.BonusSkins.v9.2 and/or DevExpress.OfficeSkins.v9.2.
After that you can just do the following:
The name of the skin you want to load should be passed as a string.
After you’ve done that your whole application will be using this skin (except if you have set UseDefaultLookAndFeel to false).