Skip to main content
A newer version of this page is available. .

PivotDrillDownDataSource.GetValue(Int32, String) Method

Returns the value of the specified data field in the specified row.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object GetValue(
    int rowIndex,
    string fieldName
)

Parameters

Name Type Description
rowIndex Int32

A zero-based integer that identifies the data row.

fieldName String

A String value that specifies the field name. In OLAP mode, this parameter must specify the column name, as defined in the data source.

Returns

Type Description
Object

An object that represents the value of the specified data field in the specified row.

See Also