Skip to main content

XRPivotGrid.RestoreLayoutCore(XtraSerializer, Object, OptionsLayoutBase) Method

De-serializes the core functionality of the XRPivotGrid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual void RestoreLayoutCore(
    XtraSerializer serializer,
    object path,
    OptionsLayoutBase options
)

Parameters

Name Type Description
serializer DevExpress.Utils.Serializing.XtraSerializer

An XtraSerializer object that provides the native serialization mechanism of XtraReports controls.

path Object

A Object value.

options OptionsLayoutBase

An OptionsLayoutBase descendant, containing options that determine how the control’s layout is serialized.

Remarks

The RestoreLayoutCore method is triggered after calling the XRPivotGrid.RestoreLayoutFromStream method.

See Also