Skip to main content
All docs
V26.1
  • IPivotTable.SaveLayout() Method

    Saves information about the Pivot Table layout.

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    PivotTablePersistentLayout SaveLayout()

    Returns

    Type Description
    PivotTablePersistentLayout

    A PivotTablePersistentLayout object that stores layout information.

    Remarks

    Refer to the SaveLayout() method description for additional information and an example.

    See Also