PivotGroupFilterValues.Assign(PivotGroupFilterValues) Method
Initializes the current PivotGroupFilterValues object with the specified one.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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