Back to Devexpress

PivotChartDataSourceRow.RowValueInfo Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotchartdatasourcerow-742e9fd2.md

latest6.1 KB
Original Source

PivotChartDataSourceRow.RowValueInfo Property

Gets information about the row field value that corresponds to the current datasource row.

Namespace : DevExpress.XtraPivotGrid.Data

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotFieldValueEventArgs RowValueInfo { get; }
vb
Public ReadOnly Property RowValueInfo As PivotFieldValueEventArgs

Property Value

TypeDescription
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.

|

PivotFieldEventArgsBase<T>.Field

|

Gets the field being processed.

| |

PivotFieldValueEventArgsBase<T>.Value

|

Gets the column field or row field value that corresponds to the currently processed column/row header.

| |

PivotFieldValueEventArgsBase<T>.MinIndex

|

Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.

| |

PivotFieldValueEventArgsBase<T>.MaxIndex

|

Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.

| |

PivotFieldValueEventArgsBase<T>.DataField

|

Gets the data field that specifies the processed value.

| |

PivotFieldValueEventArgsBase<T>.GetHigherLevelFields

|

Returns the parent field for the field value currently being processed.

| |

PivotFieldValueEventArgsBase<T>.GetHigherLevelFieldValue

|

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.

See Also

ColumnValueInfo

CellInfo

Series

Argument

Value

PivotChartDataSourceRow Class

PivotChartDataSourceRow Members

DevExpress.XtraPivotGrid.Data Namespace