Back to Devexpress

Modifying Themes

aspnetmvc-402325-common-features-appearance-customization-theming-modifying-themes.md

latest1.3 KB
Original Source

Modifying Themes

  • Jun 21, 2024
  • 2 minutes to read

You may need to make minor changes to a DevExpress Theme, and use it to theme an individual DevExpress component, web page or entire website. For example, you can modify predefined color settings or make changes to images.

There are many approaches to modify and apply a custom theme. The most practical approaches are described below.

  • Create a custom theme assembly and add it via the web.config file as follows (the DevExpress recommended approach):

  • Create a custom theme and import it to a project via the ASP.NET theme mechanism as follows:

See Also

Change Theme Base Color and Font Settings

Appearance Customization - Theming

ASP.NET Theme Builder

ASP.NET Theme Deployer

Attaching a Custom Theme Assembly