Skip to main content

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.v23.2.Core.dll

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

Declaration

public bool IsFieldValueExpanded(
    TField field
)

Parameters

Name Type Description
field TField

A T object that represents the field in a PivotGridControl.

Returns

Type Description
Boolean

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

See Also