Back to Devexpress

GridCustomDataSource.ExceptionHandler Property

blazor-devexpress-dot-blazor-dot-gridcustomdatasource.md

latest936 B
Original Source

GridCustomDataSource.ExceptionHandler Property

Specifies an exception handler.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public Action<GridCustomDataSourceExceptionHandlerArgs> ExceptionHandler { get; set; }

Property Value

TypeDescription
Action<GridCustomDataSourceExceptionHandlerArgs>

A delegate method that handles exceptions.

|

See Also

GridCustomDataSource Class

GridCustomDataSource Members

DevExpress.Blazor Namespace