Skip to main content

PivotGridFieldBase.OnEndDeserializing(String) Method

This method supports the control’s internal infrastructure and is not intended to be called directly from your code.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public void OnEndDeserializing(
    string restoredVersion
)

Parameters

Name Type
restoredVersion String
See Also