Skip to main content
A newer version of this page is available. .
Tab

CustomColorSchemes.Configure(String) Method

Configures a custom color scheme.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static ColorSchemeInfo Configure(
    string colorSchemeName
)

Parameters

Name Type Description
colorSchemeName String

A String object that is a color scheme name.

Returns

Type Description
ColorSchemeInfo

A ColorSchemeInfo object.

See Also