ASPxPivotGrid.EndRefresh Event
In This Article
Occurs after the control has completed recalculating its data.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler EndRefresh
#Event Data
The EndRefresh event's data class is EventArgs.
#Remarks
The ASPxPivotGrid.BeginRefresh and EndRefresh events serve as notifications for operations on data (for instance, sorting and grouping data). The ASPxPivotGrid.BeginRefresh event fires before an operation starts, and the EndRefresh fires after the operation has been completed.
See Also