Back to Devexpress

Attached Properties

wpf-7883-controls-and-libraries-pivot-grid-fundamentals-attached-properties.md

latest1.4 KB
Original Source

Attached Properties

  • Jun 07, 2019

Pivot Grid provides the following attached properties.

Attached PropertyDescription
PivotGridControl.PivotGridGets or sets the owner PivotGridControl of an element. This is an attached property.
PivotSerializationOptions.StoreLayoutModeGets or sets which settings should be saved when saving the PivotGrid’s layout. This is an attached property.
PivotSerializationOptions.AddNewGroupsGets 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.
PivotSerializationOptions.AddNewFieldsGets 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.
PivotSerializationOptions.RemoveOldFieldsGets 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.