ASPxPivotGrid.GetFieldValueInfo(PivotGridField, Int32) Method
Returns information about the specified field value.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v23.1.dll
NuGet Package: DevExpress.Web
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