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

PivotGroupFilterValues.Clone() Method

Returns a copy of the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

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

Declaration

public PivotGroupFilterValues Clone()

Returns

Type Description
PivotGroupFilterValues

A PivotGroupFilterValues object that represents the copy of the current object.

See Also