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

PivotGroupFilterValues.CancelUpdate() Method

Unlocks the PivotGroupFilterValues object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v21.2.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public void CancelUpdate()

Remarks

See PivotGroupFilterValues.BeginUpdate, to learn more.

See Also