Back to Devexpress

ColorSchemeInfo Class

aspnet-devexpress-dot-web-8f984347.md

latest1.6 KB
Original Source

ColorSchemeInfo Class

Contains settings of the custom color scheme.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ColorSchemeInfo
vb
Public Class ColorSchemeInfo

The following members return ColorSchemeInfo objects:

LibraryRelated API Members
DashboardCustomColorSchemeExtension.AddDashboardStyle(ColorSchemeInfo, String)
ASP.NET Web Forms ControlsColorSchemeInfo.AddAnalyticsStyle(String)
ColorSchemeInfo.AddDevExtremeStyle(String)
CustomColorSchemes.Configure(String)

Remarks

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

Inheritance

Object ColorSchemeInfo

See Also

ColorSchemeInfo Members

DevExpress.Web Namespace