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

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.v19.1.Core.dll

Declaration

public void OnStartDeserializing(
    LayoutAllowEventArgs e
)

Parameters

Name Type
e LayoutAllowEventArgs
See Also