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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetFieldValue(TField) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public object GetFieldValue(
    TField field
)

Parameters

Name Type Description
field TField

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

Returns

Type Description
Object

An object representing the field’s value.

See Also