GridCustomDataSource.ExceptionHandler Property
In This Article
Specifies an exception handler.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public Action<GridCustomDataSourceExceptionHandlerArgs> ExceptionHandler { get; set; }
#Property Value
Type | Description |
---|---|
Action<Grid |
A delegate method that handles exceptions. |
See Also