windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-f4434bfc.md
Contains options that specify how the Pivot Grid Control layout is stored to/restored from a storage (a stream, XML file or system registry).
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue, -1)]
public PivotGridOptionsLayout OptionsLayout { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue, -1)>
Public ReadOnly Property OptionsLayout As PivotGridOptionsLayout
| Type | Description |
|---|---|
| PivotGridOptionsLayout |
A PivotGridOptionsLayout object that provides options for controlling how the layout is stored and restored.
|
See Also