Back to Devexpress

CustomColorSchemes Class

aspnet-devexpress-dot-web-b5c82fed.md

latest1.7 KB
Original Source

CustomColorSchemes Class

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

Declaration

csharp
public static class CustomColorSchemes
vb
Public Module CustomColorSchemes

Remarks

The following example shows how to register a new theme for ASP.NET Web Forms Dashboard control.

  1. Create the folder in the project and put the CSS files in the created folder (for example, Content | custom-themes ).

  2. Register the theme in the Global.asax file:

  3. 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.

Inheritance

Object CustomColorSchemes

See Also

CustomColorSchemes Members

DevExpress.Web Namespace