Skip to main content

PivotDrillDownDataSource.GetValue(Int32, String) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public abstract 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetValue(Int32, String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also