windowsforms-devexpress-dot-xtrapivotgrid-2b7fa624.md
Provides data for the PivotGridControl.QueryException event.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotQueryExceptionEventArgs :
EventArgs
Public Class PivotQueryExceptionEventArgs
Inherits EventArgs
PivotQueryExceptionEventArgs is the data class for the following events:
The PivotGridControl.QueryException event is raised if a query processing error occurs on a bound server providing data for the PivotGridControl. This event is raised for the following data source types.
Use the PivotQueryExceptionEventArgs.Exception property to determine which exception has been thrown. To cancel the default exception handling actions, set the PivotQueryExceptionEventArgs.Handled property to true.
Object EventArgs PivotQueryExceptionEventArgs PivotOlapExceptionEventArgs
See Also