VirtualSourceBase.FetchRowsException Property
Gets an exception that occurred while fetching rows.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Exception | An exception occurred while fetching rows. |
Remarks
The GridControl uses the FetchRowsException property to show an error.
You can use this property for custom error indication.
See Also