Back to Devexpress

PivotChartDataSourceRow.RowValueInfo Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotchartdatasourcerow-9845b024.md

latest5.4 KB
Original Source

PivotChartDataSourceRow.RowValueInfo Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.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.

|

PivotFieldEventArgs.Field

|

Gets the field being processed.

| |

PivotFieldValueEventArgs.Value

|

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

| |

PivotFieldValueEventArgs.MinIndex

|

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

| |

PivotFieldValueEventArgs.MaxIndex

|

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

| |

PivotFieldValueEventArgs.DataField

|

Gets the data field that identifies the processed value.

| |

PivotFieldValueEventArgs.GetHigherLevelFields

|

Returns the parent field(s) for the field value being currently processed.

| |

PivotFieldValueEventArgs.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.Xpf.PivotGrid Namespace