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

PivotQueryExceptionEventArgs.Handled Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

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