PivotCustomDrawCellBaseEventArgs.IsFieldValueExpanded(PivotGridField) Method
In This Article
Indicates whether a field value that belongs to the specified field and corresponds to the current cell is expanded.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public bool IsFieldValueExpanded(
PivotGridField field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Boolean | true if the field value is expanded; otherwise, false. |
#Remarks
Note
If you call the Is
See Also