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

Formatting.Clone() Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also