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

ASPxPivotGrid.GetFieldValueInfo(PivotGridField, Int32) Method

Returns information about the specified field value.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public PivotFieldValueEventArgs GetFieldValueInfo(
    PivotGridField field,
    int absoluteIndex
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that is a PivotGrid field.

absoluteIndex Int32

An integer value that specifies an absolute position of the field value.

Returns

Type Description
PivotFieldValueEventArgs

A PivotFieldValueEventArgs object that provides information about field values.

See Also