Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 22, 2012 01:54
Show Gist options
  • Save sandrinodimattia/3157907 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3157907 to your computer and use it in GitHub Desktop.
Set DevExpress skin
DefaultLookAndFeel defaultSkin = new DefaultLookAndFeel();
defaultSkin.LookAndFeel.SetSkinStyle("Seven");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment