Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotGridOptionsLayout :
    OptionsLayoutGrid,
    IXtraSerializableLayoutEx

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).

See Also