Skip to main content
A newer version of this page is available. .

PivotGridFieldBase.Assign(PivotGridFieldBase) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public virtual void Assign(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A source object whose settings are copied to the current object.

See Also