VirtualSourceBase.FetchRowsException Property
In This Article
Gets an exception occurred if the virtual source cannot fetch rows.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Exception | An exception occurred if the virtual source cannot fetch rows. |
#Remarks
The GridControl uses the FetchRowsException property to show an error. You can use this property for the custom error indication.
See Also