Back to Devexpress

PivotEndUpdateMode Enum

windowsforms-devexpress-dot-xtrapivotgrid-a41e0761.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotEndUpdateMode
vb
Public Enum PivotEndUpdateMode

Members

NameDescription
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.

|

The following properties accept/return PivotEndUpdateMode values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace