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

CellElementData(PivotVisualItems, Int32, Int32) Constructor

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public CellElementData(
    PivotVisualItems visualItems,
    int columnIndex,
    int rowIndex
)

Parameters

Name Type
visualItems DevExpress.Xpf.PivotGrid.Internal.PivotVisualItems
columnIndex Int32
rowIndex Int32
See Also