Skip to main content

PivotSerializationOptions Class

Contains options that control how the PivotGridControl's layout is saved to and restored from a data store (an XML file or stream).

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public class PivotSerializationOptions

#Remarks

To save the layout, use the PivotGridControl.SaveLayoutToStream or PivotGridControl.SaveLayoutToXml method. To load the layout, use the PivotGridControl.RestoreLayoutFromStream or PivotGridControl.RestoreLayoutFromXml method.

To learn more, see Save and Restore Layout.

NOTE

To correctly save and restore the pivot grid's layout, its fields should be uniquely identified using the Name attribute.

#Inheritance

Object
PivotSerializationOptions
See Also