Skip to main content

ASPxPivotGrid.BeginRefresh Event

Occurs before the control starts recalculating its data.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler BeginRefresh

Event Data

The BeginRefresh event's data class is EventArgs.

Remarks

The BeginRefresh and ASPxPivotGrid.EndRefresh events serve as notifications for operations on data (for instance, sorting and grouping data). The BeginRefresh event fires before an operation starts, and the ASPxPivotGrid.EndRefresh fires after the operation has been completed.

See Also