Skip to main content

PivotDrillDownDataSource.GetValue(Int32, PivotGridFieldBase) Method

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public abstract object GetValue(
    int rowIndex,
    PivotGridFieldBase field
)

#Parameters

Name Type
rowIndex Int32
field PivotGridFieldBase

#Returns

Type
Object
See Also