BaseFilter.Assign(BaseFilter) Method
Copies settings of the specified object to the current object.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
filter | BaseFilter | A BaseFilter descendant whose settings are copied to the current object. |
See Also