Skip to main content

ASPxPivotGrid.LoadLayoutFromString(String) Method

Restores the pivot grid layout from the specified string.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void LoadLayoutFromString(
    string layoutState
)

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.

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.

See Also