Back to Devexpress

PivotCellBaseEventArgs.GetFieldValue(PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-getfieldvalue-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetFieldValue(
    PivotGridField field
)
vb
Public Function GetFieldValue(
    field As PivotGridField
) As Object

Parameters

NameTypeDescription
fieldPivotGridField

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

|

Returns

TypeDescription
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.

|

See Also

GetCellValue

GetRowGrandTotal

GetColumnGrandTotal

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace