Skip to main content

PivotDrillDownDataSource.GetValue(Int32, String) Method

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public abstract object GetValue(
    int rowIndex,
    string fieldName
)

#Parameters

Name Type
rowIndex Int32
fieldName String

#Returns

Type
Object
See Also