Skip to main content

PivotGridControl.EndUpdate() Method

In This Article

Unlocks the PivotGridControl object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void EndUpdate()

#Remarks

To update PivotGridControl asynchronously, use the PivotGridControl.EndUpdateAsync method.

See PivotGridControl.BeginUpdate to learn more.

See Also