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

ColorScheme.Clone() Method

Creates a new ColorScheme instance, which is a copy of the current instance.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual object Clone()

Returns

Type Description
Object

A new ColorScheme instance, which is a copy of the current instance.

Implements

See Also