Skip to main content
A newer version of this page is available. .

PivotFieldImageIndexEventArgs.ChangeExpandedState() Method

Changes the expanded state of the current field value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void ChangeExpandedState()

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