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.v24.2.Core.dll
Declaration
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).
Inheritance
See Also