Skip to main content
All docs
V25.1
  • Tab

    ColorSchemeInfo Class

    Contains settings of the custom color scheme.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #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