Back to Devexpress

PivotSummaryDataSource.GetValue(Int32, PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotsummarydatasource-dot-getvalue-x28-system-dot-int32-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest1.7 KB
Original Source

PivotSummaryDataSource.GetValue(Int32, PivotGridField) Method

Returns the value of the specified cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetValue(
    int rowIndex,
    PivotGridField field
)
vb
Public Function GetValue(
    rowIndex As Integer,
    field As PivotGridField
) As Object

Parameters

NameTypeDescription
rowIndexInt32

An integer value that specifies the zero-based index of the summary data source row.

| | field | PivotGridField |

A PivotGridField descendant representing the field used to identify the data source column.

|

Returns

TypeDescription
Object

The value of the specified summary data source cell.

|

See Also

PivotSummaryDataSource Class

PivotSummaryDataSource Members

DevExpress.Xpf.PivotGrid Namespace