PivotFieldImageIndexEventArgs.ChangeExpandedState() Method
In This Article
Changes the expanded state of the current field value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Remarks
If the processed field value is collapsed, calling the ChangeExpandedState method expands this value. Otherwise, if the field value is expanded, the ChangeExpandedState method collapses it.
Note
If you call the Change
See Also