Skip to main content

PivotGroupFilterValues.Assign(PivotGroupFilterValues) Method

Initializes the current PivotGroupFilterValues object with the specified one.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public void Assign(
    PivotGroupFilterValues src
)

Parameters

Name Type Description
src PivotGroupFilterValues

A PivotGroupFilterValues object that will be used to initialize the current object.

Remarks

The Assign method copies the PivotGroupFilterValues.Values collection and the PivotGroupFilterValues.FilterType property value from an object passed as the src parameter to the current object.

See Also