Skip to main content

PivotGridCellTemplateItem.GetFieldValue(PivotGridField) Method

Returns the value of the specified column or row field which identifies the column/row in which the processed cell resides.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public object GetFieldValue(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the field whose value is returned.

Returns

Type Description
Object

An object which represents the value of the specified column or row field which identifies the column/row in which the processed cell resides. null (Nothing in Visual Basic) if the specified field is not a column or row field.

See Also