PivotGridField.Assign(PivotGridFieldBase) Method
In This Article
Copies all settings from the object passed as the parameter and assigns them to the current object.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public override void Assign(
PivotGridFieldBase fieldBase
)
#Parameters
Name | Type | Description |
---|---|---|
field |
Pivot |
A Pivot |
See Also