Skip to main content

VirtualSourceBase.FetchRowsException Property

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

public Exception FetchRowsException { get; protected set; }

#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