wpf-devexpress-dot-xpf-dot-pivotgrid-3b6a038b.md
Provides data for the PivotGridControl.QueryException event.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class PivotQueryExceptionEventArgs :
RoutedEventArgs
Public Class PivotQueryExceptionEventArgs
Inherits RoutedEventArgs
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 System.Windows.RoutedEventArgs.Handled property to true.
Object EventArgs RoutedEventArgs PivotQueryExceptionEventArgs PivotOlapExceptionEventArgs
See Also