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

PivotGridOptionsLayout Class

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

public class PivotGridOptionsLayout :
    OptionsLayoutGrid,
    IXtraSerializableLayoutEx

The following members accept/return PivotGridOptionsLayout objects:

Library Related API Members
WinForms Controls PivotGridControl.OptionsLayout
Reporting XRPivotGrid.OptionsLayout

Remarks

The PivotGridControl.OptionsLayout property of the PivotGridOptionsLayout type allows you to control which of the control’s options should be stored to, and restored from a storage (a stream, XML file or system registry). 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 PivotGridOptionsLayout 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