Skip to main content
A newer version of this page is available. .

VirtualSourceBase.FetchRowsException Property

Gets an exception that occurred while fetching rows.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public Exception FetchRowsException { get; protected set; }

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