PivotQueryExceptionEventArgs.Handled Property
In This Article
Gets or sets whether the default exception handling actions should be performed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to perform the default exception handling actions; otherwise, false. |
#Remarks
Use the PivotQueryExceptionEventArgs.Exception property to determine which exception has been thrown.
See Also