corelibraries-devexpress-dot-xtrapivotgrid-520ee068.md
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.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotGridOptionsLayout :
OptionsLayoutGrid,
IXtraSerializableLayoutEx
Public Class PivotGridOptionsLayout
Inherits OptionsLayoutGrid
Implements IXtraSerializableLayoutEx
The following members return PivotGridOptionsLayout objects:
| Library | Related API Members |
|---|---|
| WinForms Controls | PivotGridControl.OptionsLayout |
| .NET Reporting Tools | XRPivotGrid.OptionsLayout |
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).
Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid PivotGridOptionsLayout PivotGridWebOptionsLayout
See Also