PivotSummaryDataSource.GetValue(Int32, PivotGridField) Method
In This Article
Returns the value of the specified cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public object GetValue(
int rowIndex,
PivotGridField field
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the zero-based index of the summary data source row. |
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Object | The value of the specified summary data source cell. |
See Also