aspnet-devexpress-dot-web-b5c82fed.md
Contains members used to create a new theme with custom CSS files.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public static class CustomColorSchemes
Public Module CustomColorSchemes
The following example shows how to register a new theme for ASP.NET Web Forms Dashboard control.
Create the folder in the project and put the CSS files in the created folder (for example, Content | custom-themes ).
Register the theme in the Global.asax file:
Use the ASPxWebClientUIControl.ColorScheme property to apply the custom theme to the Web Dashboard:
See Themes and Styles for detailed information about how to generate and register a custom theme for ASP.NET Web Forms Dashboard control.
Object CustomColorSchemes
See Also