Skip to main content

PivotGridControl.GetData(DependencyObject) Method

For internal use only.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public static PivotGridWpfData GetData(
    DependencyObject element
)

Parameters

Name Type
element DependencyObject

Returns

Type
DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData
See Also