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