Skip to main content

PivotGroupFilterValues.EndUpdate() Method

In This Article

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

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public virtual void EndUpdate()

#Remarks

See PivotGroupFilterValues.BeginUpdate to learn more.

See Also