Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotEndUpdateMode Enum

Lists values that specify whether the Pivot Grid Control is immediately redrawn after calling the PivotGridControl.EndUpdate method.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

public enum PivotEndUpdateMode

#Members

Name Description
Refresh

The Pivot Grid Control will be immediately redrawn after calling the PivotGridControl.EndUpdate method.

Invalidate

The Pivot Grid Control will not be redrawn until the owner window is redrawn.

#Related API Members

The following properties accept/return PivotEndUpdateMode values:

#Remarks

Values listed by this enumeration are used to set the PivotGridControl.EndUpdateMode property.

See Also