Skip to main content
A newer version of this page is available. .

PivotQueryExceptionEventArgs Class

Provides data for the PivotGridControl.QueryException event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public class PivotQueryExceptionEventArgs :
    RoutedEventArgs

Remarks

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.

Inheritance

See Also