PivotCellBaseEventArgs.IsFieldValueExpanded(PivotGridField) Method
In This Article
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.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Boolean | true if the field value is expanded; otherwise, false. |
See Also