ASPxPivotGrid.GetFieldValueInfo(PivotGridField, Int32) Method
In This Article
Returns information about the specified field value.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotFieldValueEventArgs GetFieldValueInfo(
PivotGridField field,
int absoluteIndex
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
absolute |
Int32 | An integer value that specifies an absolute position of the field value. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also