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
Declaration
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