PivotChartDataSourceRow.RowValueInfo Property
Gets information about the row field value that corresponds to the current datasource row.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotFieldValueEventArgs | A PivotFieldValueEventArgs object that contains information about the row field value that corresponds to the current datasource row. |
Remarks
The returned PivotFieldValueEventArgs object allows you to identify the field value, its position, etc.
The main members exposed by the PivotFieldValueEventArgs object are listed in the following table.
Gets the field being processed. | |
Gets the column field or row field value that corresponds to the currently processed column/row header. | |
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the processed field value. | |
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the processed field value. | |
Gets the data field that specifies the processed value. | |
Returns the parent field for the field value currently being processed. | |
Returns the value of a specific parent field corresponding to the field value currently being processed. |
To obtain information about the column field value that corresponds to the current datasource row, use PivotChartDataSourceRow.ColumnValueInfo property. To obtain information about the corresponding cell, use the PivotChartDataSourceRow.CellInfo property.
To specify the series, argument and value of a chart point that will represent the current datasource row, use the PivotChartDataSourceRowBase.Series, PivotChartDataSourceRowBase.Argument and PivotChartDataSourceRowBase.Value properties respectively.