Skip to main content

PivotGridFieldBase.OnStartDeserializing(LayoutAllowEventArgs) 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.2.Core.dll

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

#Declaration

public void OnStartDeserializing(
    LayoutAllowEventArgs e
)

#Parameters

Name Type
e LayoutAllowEventArgs
See Also