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

PivotGridFieldSortBySummaryInfo.Assign(PivotGridFieldSortBySummaryInfo) Method

Copies settings from the specified object to the current object.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public void Assign(
    PivotGridFieldSortBySummaryInfo sortInfo
)

Parameters

Name Type Description
sortInfo PivotGridFieldSortBySummaryInfo

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

See Also