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

PivotGroupFilterValues.Assign(PivotGroupFilterValues) Method

Initializes the current PivotGroupFilterValues object with the specified one.

Namespace: DevExpress.XtraPivotGrid

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

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