ASPxPivotGrid.EndRefresh Event
Occurs after the control has completed recalculating its data.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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