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