Back to Devexpress

PivotGridControl.GetPivotGrid(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-getpivotgrid-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

PivotGridControl.GetPivotGrid(DependencyObject) Method

Gets the value of the PivotGridControl.PivotGrid 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 PivotGridControl GetPivotGrid(
    DependencyObject element
)
vb
Public Shared Function GetPivotGrid(
    element As DependencyObject
) As PivotGridControl

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
PivotGridControl

The PivotGridControl.PivotGrid property value for the element.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace