Skip to main content
Tab

ColorSchemeInfo Class

Contains settings of the custom color scheme.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class ColorSchemeInfo

The following members return ColorSchemeInfo objects:

Library Related API Members
Dashboard CustomColorSchemeExtension.AddDashboardStyle(ColorSchemeInfo, String)
ASP.NET Web Forms Controls ColorSchemeInfo.AddAnalyticsStyle(String)
ColorSchemeInfo.AddDevExtremeStyle(String)
CustomColorSchemes.Configure(String)

#Remarks

Use the ASPxWebClientUIControl.ColorScheme property to apply the custom theme.

#Inheritance

Object
ColorSchemeInfo
See Also