StoreLayoutMode Enum
Lists options that specify which settings should be saved when saving the PivotGrid’s layout.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v22.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
Name | Description |
---|---|
Appearance
|
The appearance settings are saved\restored when saving\restoring the DXPivotGrid’s layout. |
DataSettings
|
The data settings are saved\restored when saving\restoring the DXPivotGrid’s layout. |
VisualOptions
|
The visual settings are saved\restored when saving\restoring the DXPivotGrid’s layout. |
Layout
|
The layout settings are saved\restored when saving\restoring the DXPivotGrid’s layout. |
PrintSettings
|
The printing settings are saved\restored when saving\restoring the DXPivotGrid’s layout. |
AllOptions
|
All properties of the DXPivotGrid, marked with the DevExpress.Utils.Serializing.XtraSerializableProperty attribute, are saved\restored when saving\restoring the DXPivotGrid’s layout. |
Remarks
The values listed by this enumeration are used to set the PivotSerializationOptions.StoreLayoutMode property’s value.