PivotGridFieldSortBySummaryInfo.Assign(PivotGridFieldSortBySummaryInfo) 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 |
---|---|---|
sortInfo | PivotGridFieldSortBySummaryInfo | A source object whose settings are copied to the current object. |
See Also