Back to Devexpress

PivotGridControl.OptionsLayout Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-f4434bfc.md

latest2.8 KB
Original Source

PivotGridControl.OptionsLayout Property

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue, -1)]
public PivotGridOptionsLayout OptionsLayout { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue, -1)>
Public ReadOnly Property OptionsLayout As PivotGridOptionsLayout

Property Value

TypeDescription
PivotGridOptionsLayout

A PivotGridOptionsLayout object that provides options for controlling how the layout is stored and restored.

|

See Also

SaveLayoutToRegistry

SaveLayoutToStream

SaveLayoutToXml

SaveLayoutToJson

RestoreLayoutFromRegistry

RestoreLayoutFromStream

RestoreLayoutFromXml

RestoreLayoutFromJson

BeforeLoadLayout

LayoutUpgrade

Save and Restore Layouts of DevExpress controls

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace