Back to Devexpress

PivotSerializationOptions.SetRemoveOldFields(DependencyObject, Boolean) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotserializationoptions-dot-setremoveoldfields-x28-system-dot-windows-dot-dependencyobject-system-dot-boolean-x29.md

latest1.8 KB
Original Source

PivotSerializationOptions.SetRemoveOldFields(DependencyObject, Boolean) Method

Sets the value of the PivotSerializationOptions.RemoveOldFields attached property for the specified DependencyObject.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public static void SetRemoveOldFields(
    DependencyObject obj,
    bool value
)
vb
Public Shared Sub SetRemoveOldFields(
    obj As DependencyObject,
    value As Boolean
)

Parameters

NameTypeDescription
objDependencyObject

The element to which the attached property is written.

| | value | Boolean |

The required PivotSerializationOptions.RemoveOldFields value.

|

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace