IPivotTable.EndUpdate() Method
Resumes Pivot Table updates (when the BeginUpdate() method pauses updates) and re-renders the Pivot Table.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
void EndUpdate()
Remarks
Refer to the EndUpdate() property description for more information and an example.
See Also