Skip to main content

PivotGroupFilterValues.Clone() Method

Returns a copy of the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGroupFilterValues Clone()

Returns

Type Description
PivotGroupFilterValues

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

See Also