Back to Devexpress

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

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

latest1.6 KB
Original Source

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

Indicates whether the specified field’s value that represents the row or column header of the processed cell is expanded.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Parameters

NameTypeDescription
fieldTField

A T object that represents the field in a PivotGridControl.

|

Returns

TypeDescription
Boolean

true , if the field value is expanded; otherwise, false.

|

See Also

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace