Skip to main content

CellElementData(PivotVisualItems, Int32, Int32) Constructor

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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