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

XRDataFilter.Clone() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also