PivotFieldImageIndexEventArgs.ChangeExpandedState() Method
Changes the expanded state of the current field value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
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 ChangeExpandedState method while an asynchronous operation is being performed, an exception will be thrown. To determine whether the operation is in progress, use the pivot grid’s IThreadSafeAccessible.IsAsyncInProgress property. For more information, see Asynchronous Mode.
See Also