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

PivotGridCellTemplateItem.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.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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