hi,
i created one Devexpress theme based on office 2007 Black.
when i'm applying this theme to my project with the following code, it is changing the standard button style.
Theme theme = new Theme("NewTheme", "DevExpress.Xpf.Themes.NewTheme.v14.1");
theme.AssemblyName = "DevExpress.Xpf.Themes.NewTheme.v14.1";
Theme.RegisterTheme(theme);
ThemeManager.SetTheme(this, theme);
how can i apply this theme to specific controls. like date edit,grid control etc..

Yadagiri ReddyPosted Nov 4, 2014, 7:26 AM
[XAML]
Yadagiri ReddyPosted Nov 4, 2014, 4:22 AM
from there iam not getting my theme.
that is showing all the inbuilt themes only
AyyappanPosted Nov 3, 2014, 2:02 PM