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

DataFilter.Clone() Method

Creates a copy of the current DataFilter object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public override object Clone()

Returns

Type Description
Object

A DataFilter object which is a copy of the current object.

Remarks

This method creates a new instance of the DataFilter class and copies all the values of the current DataFilter‘s properties to it.

See Also