TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Yadagiri Reddy
NA
3.3k
997k
How to Apply theme to specific devexpress controls in wpf
Nov 1 2014 4:04 AM
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..
Reply
Answers (
3
)
Ho to record final output window of the WPF application.
TreeView in WPF with Button Click in MVVM