IPivotTable.SaveLayout() Method
Saves information about the Pivot Table layout.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
PivotTablePersistentLayout SaveLayout()
Returns
Type | Description |
---|---|
PivotTablePersistentLayout | A PivotTablePersistentLayout object that stores layout information. |
Remarks
Refer to the SaveLayout() method description for more information and an example.
See Also