PivotQueryExceptionEventArgs Properties
Provides data for the PivotGridControl.QueryException event.| Name | Description |
|---|---|
| ErrorPanelText | Gets or sets a text from the error panel. |
| Exception | Gets an exception that has been thrown. |
| Handled | Gets or sets whether the default exception handling actions should be performed. |
| ShowErrorPanel | Gets or sets whether to show the error panel. |
See Also