PivotGridSettings.EndRefresh Property
In This Article
Occurs after the control has completed recalculating its data.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler EndRefresh { get; set; }
#Property Value
Type | Description |
---|---|
Event |
A Event |
#Remarks
The PivotGridSettings.BeginRefresh and EndRefresh events serve as notifications for operations on data (for instance, sorting and grouping data). The PivotGridSettings.BeginRefresh event fires before an operation starts, and the EndRefresh fires after the operation has been completed.
See Also