Back to Devexpress

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

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-isfieldvalueretrievable-x28-0-x29.md

latest3.1 KB
Original Source

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

Gets whether the value of the specified column or row field can be retrieved for the current cell by the PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetFieldValue method.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public bool IsFieldValueRetrievable(
    TField field
)
vb
Public Function IsFieldValueRetrievable(
    field As TField
) As Boolean

Parameters

NameTypeDescription
fieldTField

A T object which identifies the column or row field.

|

Returns

TypeDescription
Boolean

true , if the specified field’s value can be retrieved via the PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetFieldValue method; otherwise, false.

|

Remarks

Each cell in the data area is identified by particular column and row fields. The IsFieldValueRetrievable method determines whether the value of a specific column/row field can be retrieved for the current cell using the PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetFieldValue method. The hierarchical data representation in the Pivot Grid control is taken into account while evaluating the resultant value.

See Also

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

XtraPivotGrid.PivotCellEventArgsBase

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace