Skip to main content
A newer version of this page is available. .

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

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