CustomColorSchemes.Configure(String) Method
In This Article
Configures a custom color scheme.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static ColorSchemeInfo Configure(
string colorSchemeName
)
#Parameters
Name | Type | Description |
---|---|---|
color |
String | A String object that is a color scheme name. |
#Returns
Type | Description |
---|---|
Color |
A Color |
See Also