Skip to main content
All docs
V25.1
  • IPivotTable.LoadLayout(PivotTablePersistentLayout) Method

    Restores the Pivot Table layout.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    void LoadLayout(
        PivotTablePersistentLayout layout
    )

    Parameters

    Name Type Description
    layout PivotTablePersistentLayout

    A PivotTablePersistentLayout object that stores the layout.

    Remarks

    Refer to the LoadLayout(PivotTablePersistentLayout) method description for more information and an example.

    See Also