Back to Devexpress

PivotSerializationOptions Attached Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotserializationoptions-dot-underscore-attachedproperties.md

latest1.5 KB
Original Source

PivotSerializationOptions Attached Properties

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

NameDescription
AddNewFields staticGets or sets whether the fields that currently exist in the PivotGrid, but do not exist in a layout when it’s restored, should be retained. This is an attached property.
AddNewGroups staticGets or sets whether the groups that currently exist in the PivotGrid, but do not exist in a layout when it’s restored, should be retained. This is an attached property.
RemoveOldFields staticGets or sets whether the fields that exist in a layout when it is restored, but don’t currently exist in the PivotGrid, should be discarded. This is an attached property.
StoreLayoutMode staticGets or sets which settings should be saved when saving the PivotGrid’s layout. This is an attached property.

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace