Back to Devexpress

PivotQueryExceptionEventArgs.Handled Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotqueryexceptioneventargs-d9a2bebf.md

latest1.5 KB
Original Source

PivotQueryExceptionEventArgs.Handled Property

Gets or sets whether the default exception handling actions should be performed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
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

Exception

PivotQueryExceptionEventArgs Class

PivotQueryExceptionEventArgs Members

DevExpress.XtraPivotGrid Namespace