Skip to main content

GridCustomDataSource.ExceptionHandler Property

Specifies an exception handler.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.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