ColorSchemeStorage.RemoveColorScheme(String) Method
Removes a color scheme from the storage.
Namespace: DevExpress.XtraReports.Wizards.ColorSchemes
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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. |
Implements
See Also