ASPxPivotGrid.LoadLayoutFromString(String) Method
Restores the pivot grid layout from the specified string.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutState | String | A String from which pivot grid settings are read. |
Remarks
Use the LoadLayoutFromString method to load the pivot grid layout from a string to which the layout has been saved via the ASPxPivotGrid.SaveLayoutToString method.
The ASPxPivotGrid.OptionsLayout property controls which settings should be restored from the string.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LoadLayoutFromString(String) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.