PivotGridFieldBase.Assign(PivotGridFieldBase) Method
Copies settings from 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 |
---|---|---|
field | PivotGridFieldBase | A source object whose settings are copied to the current object. |
See Also