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

PivotCellBaseEventArgs.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.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public object GetFieldValue(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents a 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 isn’t a column or row field.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetFieldValue(PivotGridField) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also