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

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.v19.2.dll

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