Back to Devexpress

PivotFieldValueEventArgsBase<T>.GetHigherLevelFieldValue(T) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-dot-gethigherlevelfieldvalue-x28-0-x29.md

latest2.3 KB
Original Source

PivotFieldValueEventArgsBase<T>.GetHigherLevelFieldValue(T) Method

Returns the value of a specific parent field corresponding to the field value currently being processed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public object GetHigherLevelFieldValue(
    T field
)
vb
Public Function GetHigherLevelFieldValue(
    field As T
) As Object

Parameters

NameTypeDescription
fieldT

A PivotGridFieldBase class descendant that specifies the parent field whose value is returned.

|

Returns

TypeDescription
Object

An object that specifies the value of the parent field.

|

Remarks

To obtain the list of higher level fields for the field value currently being processed, use the PivotFieldValueEventArgsBase<T>.GetHigherLevelFields method. The GetHigherLevelFieldValue method allows values of these fields to be retrieved.

See Also

GetHigherLevelFields()

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace