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.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Appearance | The appearance settings are saved\restored when saving\restoring the DXPivot |
Data |
The data settings are saved\restored when saving\restoring the DXPivot |
Visual |
The visual settings are saved\restored when saving\restoring the DXPivot |
Layout | The layout settings are saved\restored when saving\restoring the DXPivot |
Print |
The printing settings are saved\restored when saving\restoring the DXPivot |
All |
All properties of the DXPivot |
#Remarks
The values listed by this enumeration are used to set the PivotSerializationOptions.StoreLayoutMode property's value.