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

PivotGridFieldFilterValues.Assign(PivotGridFieldFilterValues) Method

Copies the settings from the PivotGridFieldFilterValues object passed as a parameter.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public void Assign(
    PivotGridFieldFilterValues filteredValues
)

Parameters

Name Type Description
filteredValues PivotGridFieldFilterValues

A PivotGridFieldFilterValues object whose settings are assigned to the current object. If null (Nothing in Visual Basic), this method does nothing.

Remarks

The Assign method does the following:

See Also