Skip to main content

PivotCustomChartDataSourceDataEventArgs.CellInfo Property

Gets an object which contains information about a PivotGrid control's cell, whose value should be displayed in a ChartControl.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public PivotCellValueEventArgs CellInfo { get; }

#Property Value

Type Description
PivotCellValueEventArgs

A PivotCellValueEventArgs object.

See Also