PivotGroupFilterValues.Assign(PivotGroupFilterValues) Method
In This Article
Initializes the current PivotGroupFilterValues object with the specified one.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
src | Pivot |
A Pivot |
#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