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

IColorSchemeStorage.RemoveColorScheme(String) Method

Removes a color scheme from the storage.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

bool RemoveColorScheme(
    string colorSchemeName
)

Parameters

Name Type Description
colorSchemeName String

A string that specifies the the color scheme name to be removed.

Returns

Type Description
Boolean

true, if the color scheme is removed successfully; otherwise, false.

See Also