Back to Devexpress

Member Table: Save and Restore Layout

aspnet-7299-components-pivot-grid-member-tables-layout-features-member-table-save-and-restore-layout.md

latest1.6 KB
Original Source

Member Table: Save and Restore Layout

  • Dec 17, 2020
MemberDescription
ASPxPivotGrid.SaveLayoutToStringSaves the pivot grid’s layout to a string.
ASPxPivotGrid.SaveLayoutToStreamSaves the pivot grid’s layout to a stream.
ASPxPivotGrid.LoadLayoutFromStringRestores the pivot grid’s layout from the specified string.
ASPxPivotGrid.LoadLayoutFromStreamRestores the pivot grid’s layout from the specified stream.
ASPxPivotGrid.SaveCollapsedStateToStreamSaves the collapsed state of field values to the specified stream.
ASPxPivotGrid.SaveCollapsedStateToStringSaves the collapsed state of field values to the specified string.
ASPxPivotGrid.LoadCollapsedStateFromStreamRestores the collapsed state of field values from the specified stream.
ASPxPivotGrid.LoadCollapsedStateFromStringRestores the collapsed state of field values from the specified string.