Skip to main content
A newer version of this page is available. .

PivotGridControl.GetData(DependencyObject) Method

For internal use only.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public static PivotGridWpfData GetData(
    DependencyObject element
)

Parameters

Name Type
element DependencyObject

Returns

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