Back to Devexpress

PivotSerializationOptions.GetRemoveOldFields(DependencyObject) Method

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

latest1.8 KB
Original Source

PivotSerializationOptions.GetRemoveOldFields(DependencyObject) Method

Gets 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 bool GetRemoveOldFields(
    DependencyObject obj
)
vb
Public Shared Function GetRemoveOldFields(
    obj As DependencyObject
) As Boolean

Parameters

NameTypeDescription
objDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The PivotSerializationOptions.RemoveOldFields property value for the element.

|

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace