Back to Devexpress

PivotSerializationOptions.GetAddNewGroups(DependencyObject) Method

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

latest1.8 KB
Original Source

PivotSerializationOptions.GetAddNewGroups(DependencyObject) Method

Gets the value of the PivotSerializationOptions.AddNewGroups 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 GetAddNewGroups(
    DependencyObject obj
)
vb
Public Shared Function GetAddNewGroups(
    obj As DependencyObject
) As Boolean

Parameters

NameTypeDescription
objDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The PivotSerializationOptions.AddNewGroups property value for the element.

|

See Also

PivotSerializationOptions Class

PivotSerializationOptions Members

DevExpress.Xpf.PivotGrid Namespace