Skip to main content

PivotGridClientSideEvents.EndCallback Property

Gets or sets the name of the JavaScript function or the entire code that will handle the client EndCallback event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string EndCallback { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

Remarks

The BeginCallback and EndCallback events can be used to perform specific client-side actions when a callback is being processed on a server.

See Also