Skip to main content
A newer version of this page is available. .

PivotGridWebOptionsLayout Class

Contains options that specify how a control layout is stored to, and restored from a storage (a stream or string).

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotGridWebOptionsLayout :
    PivotGridOptionsLayout

The following members accept/return PivotGridWebOptionsLayout objects:

Remarks

The ASPxPivotGrid.OptionsLayout property of the PivotGridWebOptionsLayout type allows you to control which of the control’s options should be stored to, and restored from a storage (a stream or string). It also determines what to do with fields that exist in the layout being restored, but do not exist in the current control layout (as well as with fields that exist in the current control layout, but do not exist in the layout being restored).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotGridWebOptionsLayout class.

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