How to Set DevExpress WPF GridControl Look And Feel?

kiran picture kiran · Oct 19, 2012 · Viewed 7.3k times · Source


Can anybody help me with changing the look and feels for the DevExpress Grid Control.Right now I am getting a blue Grid Control , my best guess is that I need to change the default theme from DevExpress.Xpf.Themes.DeepBlue.v12.1 to something else.Can anybody help me with this.
Thanks in Advance

Answer

SeToY picture SeToY · Oct 19, 2012

XAML:

    xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
    dx:ThemeManager.ThemeName="Office2007Black">