Skip to content

DevExpress-Examples/use-the-themeresource-extension-to-load-resources-from-devexpress-themes-dynamically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the ThemeResource Extension to Load Resources from DevExpress Themes Dynamically

The ThemeResource extension allows you to load a resource from a currently applied DevExpress theme without specifying the theme name in xaml and reload the resource if a theme is changed. You can reference the resource in xaml:

<Border Background="{dxi:ThemeResource {dxt:FloatingContainerThemeKey ResourceKey=FloatingContainerBackground}}" />

Files to Look At

Documentation

More Examples

About

This example uses the ThemeResource extension you to load a resource from a currently applied DevExpress theme.

Topics

Resources

License

Stars

Watchers

Forks