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.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridField | A PivotGridField object that represents a field in a pivot grid. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also