ASPxPivotGrid.QueryException Event
Occurs when a query processing error occurs on a bound server providing data for the ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
Declaration
public event PivotQueryExceptionEventHandler QueryException
Public Event QueryException As PivotQueryExceptionEventHandler
Event Data
The QueryException event handler receives an argument of the PivotQueryExceptionEventArgs type.
The following properties provide information specific to this event.
Property |
Description |
Exception |
Gets the exception that has been thrown.
|
Handled |
Gets or sets whether the default exception handling actions should be performed.
|
See Also