Skip to main content
Tab

CustomColorSchemes.Configure(String) Method

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
colorSchemeName String

A String object that is a color scheme name.

#Returns

Type Description
ColorSchemeInfo

A ColorSchemeInfo object.

See Also