Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotCellBaseEventArgs.IsFieldValueExpanded(PivotGridField) Method

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public bool IsFieldValueExpanded(
    PivotGridField field
)

#Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents a field in a pivot grid.

#Returns

Type Description
Boolean

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

See Also