PivotQueryExceptionEventArgs.Handled Property
Gets or sets whether the default exception handling actions should be performed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
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