Skip to main content

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

NuGet Package: DevExpress.Web

#Declaration

public bool Handled { get; set; }

#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