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

CellElementData(PivotVisualItems, Int32, Int32) Constructor

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

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

Parameters

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